Breaking Changes & Migration Data for VS Code
io.github.nigelcox98/breaking-changes
What breaks when you upgrade a package, and what to use instead - from official docs.
client:VS Code
transport:streamable-http
tools:3
Install Breaking Changes & Migration Data in VS Code
.vscode/mcp.json
{
"servers": {
"breaking-changes": {
"type": "http",
"url": "https://agentdataapi.onrender.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs