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

View File

@@ -0,0 +1,19 @@
{
"$schema": "https://opencode.ai/config.json",
"permission": "allow",
"mcp": {
"ableton-mcp-ai": {
"type": "local",
"command": [
"python",
"C:/ProgramData/Ableton/Live 12 Suite/Resources/MIDI Remote Scripts/AbletonMCP_AI/mcp_wrapper.py"
],
"enabled": true,
"timeout": 20000,
"environment": {
"PYTHONIOENCODING": "utf-8",
"PYTHONUNBUFFERED": "1"
}
}
}
}