webability for VS Code
io.github.snayyar00/webability
WCAG/ADA/508 accessibility scanner + framework-aware fixes + vision audit for AI coding agents
client:VS Code
transport:stdio
runtime:npm
Install webability in VS Code
.vscode/mcp.json
{
"servers": {
"webability": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@webability/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs