fix
This commit is contained in:
@@ -5,13 +5,13 @@ set -e
|
||||
|
||||
# Configuration
|
||||
CARD_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
API_DIR="$CARD_DIR/api"
|
||||
API_DIR="$CARD_DIR/python/api"
|
||||
VENV_DIR="$HOME/.config/syui/ai/card/venv"
|
||||
PYTHON="$VENV_DIR/bin/python"
|
||||
|
||||
# Default settings
|
||||
HOST="${HOST:-localhost}"
|
||||
PORT="${PORT:-8000}"
|
||||
PORT="${PORT:-8001}"
|
||||
RELOAD="${RELOAD:-true}"
|
||||
|
||||
echo "🎴 Starting ai.card MCP Server"
|
||||
|
Reference in New Issue
Block a user