firmware release gate for Gemini CLI
io.github.jmshinhwa/firmware-release-gate
Finds the build-config lines that ship an ESP-IDF or Zephyr device with secure boot off, a debug por
client:Gemini CLI
transport:stdio
runtime:npm
Install firmware release gate in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"firmware-release-gate": {
"command": "npx",
"args": [
"-y",
"@readystack/firmware-release-gate"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs