Make setup easier, ask user if they'd like the mcp set up automatically
This commit is contained in:
@@ -117,7 +117,7 @@ cd zen-mcp-server
|
|||||||
- **Creates .env file** (automatically uses `$GEMINI_API_KEY` and `$OPENAI_API_KEY` if set in environment)
|
- **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 Redis service** for AI-to-AI conversation memory
|
||||||
- **Starts MCP server** with providers based on available API keys
|
- **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
|
### 3. Add Your API Keys
|
||||||
|
|
||||||
|
|||||||
@@ -200,7 +200,7 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
if $COMPOSE_CMD up -d >/dev/null 2>&1; then
|
||||||
echo "✅ Services started successfully!"
|
echo "✅ Services started successfully!"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user