GovWait for VS Code
io.github.artwisdom/govwait
Source-backed government processing times with current values, history, comparisons, and provenance.
client:VS Code
transport:stdio
runtime:npm
Install GovWait in VS Code
.vscode/mcp.json
{
"servers": {
"govwait": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"govwait-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs