spectra for Gemini CLI
io.github.jorgesandoval/spectra
Generates unit tests for Python code with coverage before/after reports and concrete edge cases.
client:Gemini CLI
transport:streamable-http
Install spectra in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"spectra": {
"httpUrl": "https://spectra.mcpize.run"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs