UNPKG

@capgo/cli

Version:

A CLI to upload to capgo servers

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>;