chore: publish current ableton mcp ai workspace
This commit is contained in:
19
opencode.json
Normal file
19
opencode.json
Normal 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/mcp_wrapper.py"
|
||||
],
|
||||
"enabled": true,
|
||||
"timeout": 20000,
|
||||
"environment": {
|
||||
"PYTHONIOENCODING": "utf-8",
|
||||
"PYTHONUNBUFFERED": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user