/** * MCP serve command - exposes agent collections via MCP stdio transport */ export interface ServeCommandOptions { debug?: boolean; printConfig?: boolean; } /** * MCP serve command */ export declare function serveCommand(packageOrPath: string, options: ServeCommandOptions): Promise; //# sourceMappingURL=serve.d.ts.map