chore: publish current ableton mcp ai workspace
This commit is contained in:
8
AbletonMCP_AI/start_mcp.bat
Normal file
8
AbletonMCP_AI/start_mcp.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
set "SCRIPT_DIR=%~dp0"
|
||||
cd /d "%SCRIPT_DIR%"
|
||||
|
||||
set PYTHONIOENCODING=utf-8
|
||||
set PYTHONUNBUFFERED=1
|
||||
|
||||
python "%SCRIPT_DIR%mcp_wrapper.py" --transport stdio > "%SCRIPT_DIR%server.log" 2>&1
|
||||
Reference in New Issue
Block a user