/** * Framework tool registrations: bootstrap, status, config, routing, * plus new run_tests and validate_framework tools. */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerFrameworkTools(server: McpServer): void; //# sourceMappingURL=tools-framework.d.ts.map