{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "blender-lab": {
      "type": "local",
      "command": [
        "python3",
        "-I",
        "/ABSOLUTE/PATH/TO/.aidevops/agents/scripts/blender-lab-mcp-launcher.py"
      ],
      "enabled": false,
      "environment": {
        "BLENDER_MCP_HOST": "127.0.0.1",
        "BLENDER_MCP_PORT": "9876"
      }
    }
  },
  "permission": {
    "blender-lab_*": "ask"
  }
}
