@iflow-mcp/blah
v0.102.0
Published
Barely Logical Agent Host
Readme
@blahai/cli - Barely Logical Agent Host
A protocol that sits a level above bridges such as MCP, A2A, SLOP, OpenAPI/HTTP etc
Getting Started
Installation
npm install @blahai/cli --globalSetting up your first blah.json
You can have many blah.json files, and store them anywhere but for now let's just create one in your root home directory.
cd ~
blah initFrom now on you should manager all of your bridges (MCP, A2A etc) through your blah.json. Ideally, you should only ever have to add one mcp server, blah.
Adding to your clients
Windsurf
{
"mcpServers": {
"blah": {
"command": "blah",
"args": ["mcp", "start", "--config", "/home/ajax/blah.json"],
"disabled": false,
"autoApprove": [],
"timeout": 300
}
}
}