Part of MCPAQL/website#32 (Epic: MCPAQL 2026 product launch). Phase 4.
Status: Premature — recorded for durable reference. Activates when ≥10 adapters are in the catalog (need real drift signal).
What
Drift-watcher framework in MCPAQL/tools that detects when an upstream source (MCP server, OpenAPI spec, etc.) has changed in ways that affect existing MCPAQL adapters. Framework approach — per-source-category watchers, reused across all adapters in that category.
Initial watchers:
- MCP server (polls
tools/list, diffs against snapshot)
- OpenAPI (fetches spec, diffs against snapshot)
- (Future categories: macOS, SDKs, CLIs)
Why
Adapter drift is the single largest ongoing maintenance burden once the catalog grows. Without proactive detection, customers discover breaks in production. With proactive detection, we patch adapters before customers notice. Build-once-per-category means N source categories need ~N watcher implementations, not N×M per-adapter watchers.
How
Phase
4 (month 3).
Part of MCPAQL/website#32 (Epic: MCPAQL 2026 product launch). Phase 4.
What
Drift-watcher framework in
MCPAQL/toolsthat detects when an upstream source (MCP server, OpenAPI spec, etc.) has changed in ways that affect existing MCPAQL adapters. Framework approach — per-source-category watchers, reused across all adapters in that category.Initial watchers:
tools/list, diffs against snapshot)Why
Adapter drift is the single largest ongoing maintenance burden once the catalog grows. Without proactive detection, customers discover breaks in production. With proactive detection, we patch adapters before customers notice. Build-once-per-category means N source categories need ~N watcher implementations, not N×M per-adapter watchers.
How
Phase
4 (month 3).