spectra for VS Code
io.github.jorgesandoval/spectra
Generates unit tests for Python code with coverage before/after reports and concrete edge cases.
client:VS Code
transport:streamable-http
Install spectra in VS Code
.vscode/mcp.json
{
"servers": {
"spectra": {
"type": "http",
"url": "https://spectra.mcpize.run"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs