/** * bhived_use_tool Tool * * Proxies tool calls to child MCP processes. This is the * Level 3 (default) tool delivery mechanism — agents call child * MCP tools through this single proxy tool. */ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerUseToolTool(server: McpServer): void; //# sourceMappingURL=useTool.d.ts.map