Core
Freeby MCP Community
Snapshot, diff, and classify MCP tool schema changes
v0.5.0Added Apr 12, 2026
mcpmodel-context-protocolschemadiffcontract
Core MCP Server
Snapshot, diff, and classify MCP tool schema changes
Installation
npx -y @mcp-contracts/core
Reviews
Installation
Quick install
npx -y @mcp-contracts/core
Add to claude_desktop_config.json
{
"mcpServers": {
"core": {
"command": "npx",
"args": ["-y", "@mcp-contracts/core"]
}
}
}