Skip to content
VS Code

accessibility statement lint for VS Code

io.github.jmshinhwa/accessibility-statement-lint

Checks the accessibility statement you already published against the EU model statement and its two

client:VS Code transport:stdio runtime:npm

Install accessibility statement lint in VS Code

.vscode/mcp.json

{
  "servers": {
    "accessibility-statement-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/accessibility-statement-lint"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

accessibility statement lint in other clients