Files
ableton-mcp-ai/opencode.json
renato97 6ec8663954 Initial commit: AbletonMCP-AI complete system
- MCP Server with audio fallback, sample management
- Song generator with bus routing
- Reference listener and audio resampler
- Vector-based sample search
- Master chain with limiter and calibration
- Fix: Audio fallback now works without M4L
- Fix: Full song detection in sample loader

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-28 22:53:10 -03:00

12 lines
325 B
JSON

{
"$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_Server/server.py", "--transport", "stdio"],
"enabled": true
}
}
}