update readme

This commit is contained in:
2025-11-06 15:03:23 +08:00
parent db1d1b2128
commit 6307cddcf9
2 changed files with 9 additions and 9 deletions

View File

@@ -28,15 +28,6 @@ python -m pip install .
# Runables # Runables
all runnables are under scripts 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
```
# Eval Dataset Format # Eval Dataset Format
see `scripts/make_eval_dataset.py` for example. Specific meaning of each entry: see `scripts/make_eval_dataset.py` for example. Specific meaning of each entry:

9
archived.md Normal file
View File

@@ -0,0 +1,9 @@
# 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
```