CRM
Trust: 37/100 (Limited)io.github.sethclawd-prog/schemaguard Guide
API Schema Drift Monitor — detect breaking changes in OpenAPI specs
by sethclawd-prog
Quick Start
Install
npx @sethclawd/schemaguardClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-sethclawd-prog-schemaguard": {
"command": "npx",
"args": [
"@sethclawd/schemaguard"
]
}
}
}