{
"__IMPORTANT_NOTE__": "This is a template! You MUST replace ${PROJECT_ROOT} with your actual path to the project directory (e.g., /Users/username/davinci-resolve-mcp)",
"mcpServers": {
"davinci-resolve": {
"name": "DaVinci Resolve MCP",
"command": "${PROJECT_ROOT}/venv/bin/python",
"args": ["${PROJECT_ROOT}/resolve_mcp_server.py"]
}
}
}