interface McpOptions { json?: boolean; command?: string; } type McpClient = 'generic' | 'claude' | 'cursor'; export declare function buildMCPConfig(command?: string): { mcpServers: Record; }; export declare function mcpCommand(action?: string, client?: McpClient, options?: McpOptions): Promise; export {}; //# sourceMappingURL=mcp.d.ts.map