hwcontract for VS Code
io.github.mohibshaikh/hwcontract
Judge hardware timing/serial against a contract: pass/marginal/fail (WS2812, DShot, logs)
client:VS Code
transport:stdio
runtime:pypi
Install hwcontract in VS Code
.vscode/mcp.json
{
"servers": {
"hwcontract": {
"type": "stdio",
"command": "uvx",
"args": [
"hwcontract"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs