/** * MCP tools for semantic drift detection and state snapshot management. * * Tools: * • snapshot_state — Take a semantic snapshot of tracked directories * • semantic_diff — Compare two snapshots for semantic delta * • drift_report — Full drift analysis with budget gates * • list_snapshots — List available cached snapshots * • rewrite_targets — Extract targeted rewrite locations from a delta */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerDriftTools(server: McpServer): void; //# sourceMappingURL=tools-drift.d.ts.map