get_version
Retrieve the version of the installed DaVinci Resolve software. This tool returns the version number for compatibility checks and troubleshooting.
Instructions
Get DaVinci Resolve version information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/davinci_mcp/tools/__init__.py:12-16 (registration)MCP tool registration: defines the 'get_version' tool with its name, description, and empty input schema.
types.Tool( name="get_version", description="Get DaVinci Resolve version information", inputSchema={"type": "object", "properties": {}, "required": []}, ),