Skip to content
Gemini CLI

hwcontract for Gemini CLI

io.github.mohibshaikh/hwcontract

Judge hardware timing/serial against a contract: pass/marginal/fail (WS2812, DShot, logs)

client:Gemini CLI transport:stdio runtime:pypi

Install hwcontract in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "hwcontract": {
      "command": "uvx",
      "args": [
        "hwcontract"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

hwcontract in other clients