Skip to content
VS Code

BumpGuard for VS Code

io.github.appcreationsca/bumpguard

Reports which of your code's API usages break when you upgrade a dependency (Python, .NET, Java).

client:VS Code transport:stdio runtime:pypi

Install BumpGuard in VS Code

.vscode/mcp.json

{
  "servers": {
    "bumpguard": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bumpguard-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

BumpGuard in other clients