Sync: Complete project state with all MEGA SPRINT V1-V3 features and Codex stubs
This commit is contained in:
9
mcp_wrapper.sh
Normal file
9
mcp_wrapper.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user