chore: publish current ableton mcp ai workspace

This commit is contained in:
renato97
2026-03-30 02:35:02 -03:00
commit d0a4444135
101 changed files with 56545 additions and 0 deletions

8
mcp_wrapper.bat Normal file
View 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"