Skip to content

This release adds 1 notable feature for engineering teams evaluating rollout.

Published 1mo 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

Affected surfaces

auth breaking_upgrade

Summary

AI summary

Fixed silent dropping of typo'd options/settings keys and made ProjectManager.DeleteProject reliably report deletion status.

Full changelog

v2.55.1

Deep-QC P1 — settings/options whitelisting + DeleteProject reliability.

Fixed

  • Options/settings dicts passed to several Resolve APIs are now whitelisted to
    their documented keys, so a typo'd key is reported (ignored_options /
    ignored_settings / ignored_state_keys) instead of silently dropped:
    media_pool.import_timeline, timeline.import_into_timeline, raw
    render.set_settings, render.quick_export, and set_voice_isolation_state
    (track + item).
  • ProjectManager.DeleteProject is flaky — it silently returns False when the
    target is/was the current project. All callers (safe + raw
    project_manager.delete, granular delete_project) now route through
    delete_project_safely (switch-away + retry) and report delete_detail. Added
    an api_truth entry.

Added

  • A destructive-registry drift guard (tests/test_destructive_registry_drift.py)
    asserting token-gated actions map to real handlers and locking in the media-pool
    delete governance from v2.55.0. It also surfaced a pre-existing registry
    mis-keying issue (some destructive actions registered under the wrong tool key),
    now tracked for a dedicated audit.

Validation

  • Full offline unit/static suite green (1280 tests). Whitelisting only drops keys
    Resolve already ignored; DeleteProject routing uses the existing tested helper —
    no Resolve behavior change for valid inputs, so no live run 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]