/** * Call tool request handler for Gateway service. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Register call tool handler on the MCP server. * * @param server - MCP server instance to register handlers on * @param toolMap - Tool map for routing tool calls */ export declare function registerCallToolHandler(server: McpServer): void; //# sourceMappingURL=call-tool-handler.d.ts.map