Skip to content
VS Code

waitbus for VS Code

io.github.astrogilda/waitbus

Workstation-local event bus: agents wait on or emit CI/pytest/Docker/filesystem events, no polling.

client:VS Code transport:stdio runtime:pypi

Install waitbus in VS Code

.vscode/mcp.json

{
  "servers": {
    "waitbus": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "waitbus"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

waitbus in other clients