Make setup easier, ask user if they'd like the mcp set up automatically

This commit is contained in:
Fahad
2025-06-12 19:22:32 +04:00
parent b64f5095de
commit 4f2763689b
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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