From b6ad76b39a428c5a815177151a71407e32cd6c8d Mon Sep 17 00:00:00 2001 From: Beehive Innovations Date: Thu, 19 Jun 2025 00:03:46 +0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1637c6..488e808 100644 --- a/README.md +++ b/README.md @@ -158,8 +158,14 @@ The final implementation resulted in a 26% improvement in JSON parsing performan git clone https://github.com/BeehiveInnovations/zen-mcp-server.git cd zen-mcp-server -# One-command setup +# One-command setup installs Zen in Claude ./run-server.sh + +# To view MCP configuration for Claude +./run-server.sh -c + +# See help for more +./run-server.sh --help ``` **What this does:**