/** * MCP Server * Model Context Protocol server for AI agent integration */ export interface McpServerOptions { debug?: boolean; } /** * Start the MCP server */ export declare function startMcpServer(options?: McpServerOptions): Promise; //# sourceMappingURL=server.d.ts.map