UNPKG

@capgo/cli

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