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