Skip to content
Gemini CLI

payroll deduction code audit for Gemini CLI

io.github.jmshinhwa/payroll-deduction-code-audit

Twelve rules over the deduction-code map, before the January 31 W-2 filing date

client:Gemini CLI transport:stdio runtime:npm

Install payroll deduction code audit in Gemini CLI

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

{
  "mcpServers": {
    "payroll-deduction-code-audit": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/payroll-deduction-code-audit"
      ]
    }
  }
}

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

payroll deduction code audit in other clients