Skip to content

This release fixes issues for SREs watching stability and regressions.

Published 11d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

blackmagic blackmagic-design blackmagicdesign davinci-resolve davinciresolve mcp
+1 more
mcp-server

Summary

AI summary

Fixed Advanced server launcher crash on Windows by converting paths with pathToFileURL().

Changes in this release

Bugfix Medium

Advanced server launcher no longer crashes on Windows due to ESM URL scheme error.

Advanced server launcher no longer crashes on Windows due to ESM URL scheme error.

Source: llm_adapter@2026-07-15

Confidence: high

Full changelog

v2.62.2

A single cross-platform launcher fix. No new tool surface; default behavior is unchanged on macOS/Linux.

Fixed

  • Advanced server launcher no longer crashes on Windowsbin/davinci-resolve-advanced-mcp.mjs resolved the server entry to an absolute filesystem path and passed it straight to dynamic import(). On Windows that path (e.g. C:\...\resolve-advanced\server\index.mjs) is parsed by Node's ESM loader as a URL whose drive letter reads as the protocol, so the launcher died on arrival with ERR_UNSUPPORTED_ESM_URL_SCHEME ("Received protocol 'c:'"). The path is now converted with pathToFileURL() before importing — the canonical cross-platform way to hand an absolute path to import(). macOS/Linux behavior is unchanged, and paths containing spaces or special characters are now handled correctly on every platform. Thanks to Ryan Saunders (@Alpha7449) for the report and fix (#89).

Validation

  • Static checks and node --check on the modified launcher run. This is the only dynamic import() call site in the repo receiving an absolute filesystem path; the fix touches the Node advanced launcher only and changes no Resolve scripting behavior, so a live Resolve run is not required.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track samuelgursky/davinci-resolve-mcp

Get notified when new releases ship.

Sign up free

About samuelgursky/davinci-resolve-mcp

MCP server integration for DaVinci Resolve

All releases →

Beta — feedback welcome: [email protected]