import type { Tool } from '../tools/Registry.js'; import type { McpToolSchema } from './McpClient.js'; export declare function formatMcpToolResult(result: unknown): string; export declare function createMcpTool(serverName: string, schema: McpToolSchema): Tool; export declare function registerMcpTools(registerFn: (tool: Tool) => void): Promise; export declare function unregisterMcpTools(unregisterFn: (name: string) => void): void; //# sourceMappingURL=McpToolAdapter.d.ts.map