Skip to content
Gemini CLI

wcag22 css lint for Gemini CLI

io.github.jmshinhwa/wcag22-css-lint

Reads your stylesheet and names the success criterion each rule breaks, including the three WCAG 2.2

client:Gemini CLI transport:stdio runtime:npm

Install wcag22 css lint in Gemini CLI

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

{
  "mcpServers": {
    "wcag22-css-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/wcag22-css-lint"
      ]
    }
  }
}

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

wcag22 css lint in other clients