diff --git a/README.md b/README.md index c1bf0e9..15adefe 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ cd zen-mcp-server - **Creates .env file** (automatically uses `$GEMINI_API_KEY` and `$OPENAI_API_KEY` if set in environment) - **Starts Redis service** for AI-to-AI conversation memory - **Starts MCP server** with providers based on available API keys -- **Shows exact Claude Desktop configuration** to copy (optional when only using claude code) +- **Adds Zen to Claude Code automatically** ### 3. Add Your API Keys diff --git a/setup-docker.sh b/setup-docker.sh index 523820a..4f489c4 100755 --- a/setup-docker.sh +++ b/setup-docker.sh @@ -200,7 +200,7 @@ else exit 1 fi -echo " - Starting Redis (needed for conversational context persistence)... please wait" +echo " - Starting Redis (needed for conversation memory)... please wait" if $COMPOSE_CMD up -d >/dev/null 2>&1; then echo "✅ Services started successfully!" else