Agent♥︎Age
Catalog

io.github.sethclawd-prog/schemaguard

Official

by sethclawd-prog · TypeScript

API Schema Drift Monitor — detect breaking changes in OpenAPI specs

schemaguard (io.github.sethclawd-prog/schemaguard) — Model Context Protocol (MCP) Server

The io.github.sethclawd-prog/schemaguard server is an “API Schema Drift Monitor” that detects breaking changes in OpenAPI specifications before they impact downstream consumers. Its purpose is to catch issues such as renamed fields, removed endpoints, and disappearing enum values.

🛠️ Key Features

  • Detect breaking changes in OpenAPI specs
  • “Diff two specs” workflow is supported via schemaguard diff

🚀 Use Cases

  • Identify API changes that would otherwise break consumers
  • Validate spec updates before deployment

⚡ Developer Benefits

  • Earlier detection of production-breaking API drift
  • Helps prevent silent breaking changes from reaching consumers

⚠️ Limitations

  • Description and excerpt only specify breaking-change detection and spec diffing; no further capabilities are provided in the available data.