MCP Server
MCP
io.github.astrogilda/waitbus
Workstation-local event bus: agents wait on or emit CI/pytest/Docker/filesystem events, no polling.
Install
uvx waitbus
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "waitbus",
"version": "0.2.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "waitbus",
"type": "positional"
},
{
"isRequired": true,
"value": "mcp",
"type": "positional"
},
{
"isRequired": true,
"value": "serve",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment