BugProof for VS Code
io.github.sidinsearch/bugproof
Capture, replay, and debug failures with portable, executable bug artifacts
client:VS Code
transport:stdio
runtime:npm
Install BugProof in VS Code
.vscode/mcp.json
{
"servers": {
"bugproof": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bugproof"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs