@echo off
REM DaVinci Resolve MCP Server - Pre-Launch Check for Windows
REM This batch file launches the PowerShell pre-launch check script
echo Starting DaVinci Resolve MCP Pre-Launch Check...
echo.
REM Run the PowerShell script with bypass execution policy for this session only
powershell -ExecutionPolicy Bypass -File "%~dp0scripts\check-resolve-ready.ps1"
echo.
if %ERRORLEVEL% EQU 0 (
echo Pre-launch check completed successfully.
) else (
echo Pre-launch check encountered issues. Please review any error messages above.
pause
)
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samuelgursky/davinci-resolve-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server