schema compatibility mcp for VS Code
io.github.mrfentmen/schema-compatibility-mcp
Compare local JSON schema shape fingerprints without returning property names, values, paths, or...
client:VS Code
transport:stdio
runtime:npm
Install schema compatibility mcp in VS Code
.vscode/mcp.json
{
"servers": {
"schema-compatibility-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"schema-compatibility-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs