chore: publish current ableton mcp ai workspace
This commit is contained in:
8
mcp_wrapper.bat
Normal file
8
mcp_wrapper.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 2>>"%USERPROFILE%\opencode_mcp_error.log"
|
||||
Reference in New Issue
Block a user