mcp benchmark hygiene for VS Code
io.github.sudo-ai-git/mcp-benchmark-hygiene
Detect pytest config-leakage that corrupts agent-benchmark grading. Deterministic, no-LLM.
client:VS Code
transport:stdio
runtime:pypi
Install mcp benchmark hygiene in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-benchmark-hygiene": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-benchmark-hygiene"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs