Skip to content

DriftGuard 0.2 — MCP client + CLI

Choose a tag to compare

@kioie kioie released this 29 May 19:45
36da78b

DriftGuard 0.2

Open-source local client for API schema drift detection.

  • CLI — diff two JSON payloads locally
  • MCP servercompare_json offline; monitoring tools call hosted API
  • Diff engine — breaking / warning / info classification

Hosted monitoring

Pro plans from $19/mo: https://driftguard.eddy-d55.workers.dev/pricing

Quick start

npm install && npm run build
npm run check -- diff '{"id":1}' '{"id":1,"name":"x"}'

See README for Cursor MCP setup.