Tada: automated QA for AI-written code for VS Code
dev.taada/tada
Your coding agent asks Tada to work through a feature in a real browser and gets back a verdict.
client:VS Code
transport:stdio
runtime:npm
Install Tada: automated QA for AI-written code in VS Code
.vscode/mcp.json
{
"servers": {
"tada": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tada-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs