#!/bin/bash # Stable launcher for the AbletonMCP-AI FastMCP server in WSL SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" export PYTHONIOENCODING=utf-8 export PYTHONUNBUFFERED=1 python3 "$SCRIPT_DIR/mcp_wrapper.py" --transport stdio