delphi codecoverage for Gemini CLI
io.github.avelsys/delphi-codecoverage
Guide + snippets for Delphi/DUnitX projects that work with the DelphiCodeCoverage tool.
client:Gemini CLI
transport:stdio
runtime:npm
Install delphi codecoverage in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"delphi-codecoverage": {
"command": "npx",
"args": [
"-y",
"mcp-delphi-codecoverage"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs