dsh verify for VS Code
io.github.263311487-ux/dsh-verify
Agent-built web app quality gate. Real browser is the judge. PASS/FAIL with receipts.
client:VS Code
transport:stdio
runtime:npm
Install dsh verify in VS Code
.vscode/mcp.json
{
"servers": {
"dsh-verify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dsh-verify"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs