UNPKG

@capgo/cli

Version:
6 lines (5 loc) 223 B
/** * Start the Capgo MCP (Model Context Protocol) server. * This allows AI agents to interact with Capgo Cloud programmatically. */ export declare function startMcpServer(capacitorConfigTarget?: string): Promise<void>;