import { Server } from '@modelcontextprotocol/sdk/server/index.js'; /** * Create and configure the MCP server */ export declare function createMcpServer(): Server; /** * Start the MCP server with stdio transport */ export declare function startMcpServer(): Promise; //# sourceMappingURL=server.d.ts.map