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

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