/** * `find_spec_drift` MCP tool. * * Reports drift between code and spec: code paths with no matching * requirement (code_without_spec) and requirements with no matching code * (spec_without_code), each with a suggested remediation. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare function registerFindSpecDrift(server: McpServer): void; //# sourceMappingURL=find-spec-drift.d.ts.map