import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Clear the current ascent handle. * Called when disconnecting to prevent stale handle issues. */ export declare function clearAscentHandle(): void; export declare function createServer(): McpServer; //# sourceMappingURL=server.d.ts.map