Skip to content
Gemini CLI

dsh verify for Gemini CLI

io.github.263311487-ux/dsh-verify

Agent-built web app quality gate. Real browser is the judge. PASS/FAIL with receipts.

client:Gemini CLI transport:stdio runtime:npm

Install dsh verify in Gemini CLI

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

{
  "mcpServers": {
    "dsh-verify": {
      "command": "npx",
      "args": [
        "-y",
        "dsh-verify"
      ]
    }
  }
}

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

dsh verify in other clients