/** * MCP Install Command * Simple, focused command to install APIClaw into MCP config files * Supports Claude Desktop and Claude Code */ export interface MCPInstallOptions { client?: string; dryRun?: boolean; } /** * Main mcp-install command handler */ export declare function mcpInstallCommand(options: MCPInstallOptions): Promise; //# sourceMappingURL=mcp-install.d.ts.map