mirror of https://github.com/aliasrobotics/cai.git
Update README.md (#213)
according to "CAI> /mcp help" it should be "/mcp load stdio" instead of "/mcp stdio"
This commit is contained in:
parent
86fcbd5330
commit
73b1a35145
|
|
@ -724,7 +724,7 @@ CAI>/mcp load http://localhost:9876/sse burp
|
|||
|
||||
2. **STDIO (Standard Input/Output)** - For local inter-process communication:
|
||||
```bash
|
||||
CAI>/mcp stdio myserver python mcp_server.py
|
||||
CAI>/mcp load stdio myserver python mcp_server.py
|
||||
```
|
||||
|
||||
Once connected, you can add the MCP tools to any agent:
|
||||
|
|
|
|||
Loading…
Reference in New Issue