import type { CallToolResult } from "@modelcontextprotocol/sdk/types.js"; /** * Shared CallTool dispatcher used by both the HTTP (`/mcp`, `/mcp/auth`) * and stdio entrypoints. Honors per-request options for `defaultCountry` * injection and `verboseErrors` extra detail. */ export declare function dispatchToolCall(name: string, rawArgs: unknown): Promise; //# sourceMappingURL=dispatcher.d.ts.map