/** * MCP Tools - thin hub that delegates to domain-specific tool modules. * * Each module exports a registerXxxTools(server) function. * This keeps the registration entry-point small and each domain testable. */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerTools(server: McpServer): void; //# sourceMappingURL=tools.d.ts.map