From a2954e1724f7dff6f72c037dc8ace8726f8345f7 Mon Sep 17 00:00:00 2001 From: goulustis Date: Tue, 14 Oct 2025 17:53:26 +0800 Subject: [PATCH] update readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab19895..c59e4ad 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # Install +1. Install `xiaoliang-catering` for carttool support; otherwise, comment out in `lang_agent/tool_manager.py` + ```bash # for developement python -m pip install -e . @@ -11,4 +13,14 @@ python -m pip install . ``` # Runables -all runnables are under scripts \ No newline at end of file +all runnables are under scripts + +# 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 +``` \ No newline at end of file