/** * Continue config generator. * * Config file: ~/.continue/config.json * Format: { "mcpServers": { "name": { "command", "args", "env" } } } * * Near-passthrough — Continue uses the same canonical mcpServers format. */ import type { AppMetadata } from "@getmcp/core"; import { BaseGenerator } from "./base.js"; export declare class ContinueGenerator extends BaseGenerator { app: AppMetadata; detectInstalled(): boolean; } //# sourceMappingURL=continue.d.ts.map