/** * Tool emulation for MCP resources * Uses the shared ResourceHandler to avoid code duplication */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { BuildOutput } from '../../build/types.js'; /** * Register tool emulation using the shared ResourceHandler */ export declare function registerEmulationTools(server: McpServer, endpoints: BuildOutput): void; //# sourceMappingURL=tools.d.ts.map