import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Creates a McpServer that also registers every tool into the global REST * registry. We patch registerTool on the instance (not the prototype) so * the rest of the SDK behaviour is unchanged. */ export declare function createMcpServerWithRegistry(service: string, info: ConstructorParameters[0]): McpServer; //# sourceMappingURL=server-with-registry.d.ts.map