runtime eol deploy block audit for Gemini CLI
io.github.jmshinhwa/runtime-eol-deploy-block-audit
Finds the end-of-life runtimes an AI assistant still writes for you — node:20, python3.9, ubuntu-22
client:Gemini CLI
transport:stdio
runtime:npm
Install runtime eol deploy block audit in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"runtime-eol-deploy-block-audit": {
"command": "npx",
"args": [
"-y",
"@readystack/runtime-eol-deploy-block-audit"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs