Skip to content

This release adds 3 notable features 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

Summary

AI summary

Updates Validation, https://github.com/samuelgursky/davinci-resolve-mcp/issues/72, and https://github.com/samuelgursky/davinci-resolve-mcp/issues/73 across a mixed release.

Full changelog

v2.57.0

Community feature requests #72 and #73.

Added

  • OpenCode installer support (#72). OpenCode is now a first-class installer client. The installer writes/merges ~/.config/opencode/opencode.json using OpenCode's own schema — type/enabled discriminators, a combined command array, and an environment block — and --manual prints a ready-to-paste OpenCode snippet. It appears in the control panel's client list automatically.
  • fusion_comp(action="add_fusion_mask", ...) (#73). A one-call Rectangle/Ellipse mask (e.g. rounded corners): adds the mask tool, sets its parameters (corner_radius, width, height, center/center_x/center_y, angle, soft_edge, border_width, invert; all 0..1), and optionally wires it into a downstream tool's mask input (EffectMask by default). Each input is applied independently so one unsupported parameter never aborts the rest.
  • fusion_comp(action="set_text_plus" / "get_text_plus", ...) (#73). Read/write the text of a Fusion Text+ tool or Fusion title template (e.g. a "Deep" title), auto-finding the Text+ tool when tool_name is omitted (input_name defaults to StyledText). Complements timeline(action="set_title_text"), which targets generator-property titles.

Notes

  • Per-clip audio Stereo↔Mono conversion (#73) is not in Blackmagic's scripting API and was not added. The supported audio-channel surface was already exposed: timeline get_track_sub_type (query channel format), add_track with audioType (create mono/stereo tracks), convert_to_stereo (timeline-wide), and timeline_item get_source_audio_channel_mapping.

Validation

  • Static checks (test_import, audit_api_parity, the three drift guards), npm pack --dry-run, and the full offline unit suite (1310 passed) all green.
  • The new Fusion actions are offline-validated against a fake comp. A live Resolve check of the mask Center Point-input encoding and the Text+ StyledText write is recommended.

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]