Files
lang-agent/archived.md
2025-11-06 15:03:23 +08:00

9 lines
232 B
Markdown

# Start all mcps to websocket
1. Source all env variable
2. run the below
```bash
python scripts/start_mcp_server.py
# update configs/ws_mcp_config.json with link from the command above
python scripts/ws_start_register_tools.py
```