/** * MCP Tools Registration * Simplified main file that delegates to modular handlers */ import { Server } from '@modelcontextprotocol/sdk/server/index.js'; import { ClientMap } from '../handlers/tools.js'; /** * Register all MCP handlers with the server */ export declare function registerTools(server: Server, clients: Map): void;