1
0
This commit is contained in:
2025-06-08 13:21:59 +09:00
parent d0623e3282
commit b68c7b5e61
26 changed files with 531 additions and 3684 deletions

View File

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