import { CallToolResult } from "@modelcontextprotocol/sdk/types.js"; import { AppConfig } from "../config.js"; /** * Dispatch an incoming tool call to the appropriate handler. */ export declare function handleToolCall(name: string, args: Record, config: AppConfig): Promise; //# sourceMappingURL=dispatch.d.ts.map