From 6307cddcf90a7a8e9654c718d453b150ca548131 Mon Sep 17 00:00:00 2001 From: goulustis Date: Thu, 6 Nov 2025 15:03:23 +0800 Subject: [PATCH] update readme --- README.md | 9 --------- archived.md | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 archived.md diff --git a/README.md b/README.md index 2a5e6c8..4a712bc 100644 --- a/README.md +++ b/README.md @@ -28,15 +28,6 @@ python -m pip install . # Runables 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 see `scripts/make_eval_dataset.py` for example. Specific meaning of each entry: diff --git a/archived.md b/archived.md new file mode 100644 index 0000000..b625636 --- /dev/null +++ b/archived.md @@ -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 +``` \ No newline at end of file