From ff063cf247794ad72a4e3fb5f48f3b72b203d4ed Mon Sep 17 00:00:00 2001 From: Beehive Innovations Date: Mon, 16 Jun 2025 14:50:00 +0400 Subject: [PATCH] Update CLAUDE.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- CLAUDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 5de275c..197bc19 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -114,8 +114,8 @@ docker logs zen-mcp-redis Simulation tests are available to test the MCP server in a 'live' scenario, using your configured API keys to ensure the models are working and the server is able to communicate back and forth. -IMPORTANT: Any time any code is changed or updated, you MUST first ./run-server.sh to restart it once OR -pass `--rebuild` to the script below the first time so that it's able to restart and use the latest code. +IMPORTANT: Any time any code is changed or updated, you MUST first restart it with ./run-server.sh OR +pass `--rebuild` to the `communication_simulator_test.py` script (if running it for the first time after changes) so that it's able to restart and use the latest code. #### Run All Simulator Tests ```bash