import type { Server } from '@modelcontextprotocol/sdk/server/index.js'; import type { ProxyContext } from '../client.js'; /** * Register the tools/call handler. */ export declare function registerCallToolHandler(server: Server, ctx: ProxyContext): void; //# sourceMappingURL=callTool.d.ts.map