/** * Bolt AI config generator. * * Config file: ~/Library/Application Support/BoltAI/mcp_config.json (macOS only) * Format: { "mcpServers": { "name": { "command", "args", "env" } } } * * Near-passthrough — Bolt AI uses the same canonical mcpServers format. * macOS-only application. */ import type { AppMetadata } from "@getmcp/core"; import { BaseGenerator } from "./base.js"; export declare class BoltAIGenerator extends BaseGenerator { app: AppMetadata; detectInstalled(): boolean; } //# sourceMappingURL=bolt-ai.d.ts.map