davinci-resolve-mcp 2.173.0 → 2.174.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  Release history for the DaVinci Resolve MCP Server. The latest release is summarized in the root README; older entries live here to keep the README focused.
4
4
 
5
+ ## What's New in v2.174.0 — E120: compound clips in Resolve's OTIO exports flatten instead of vanishing
6
+
7
+ ### Fixed
8
+
9
+ - **A compound clip in an OTIO turnover was silently dropped.** Resolve's
10
+ OTIO writer nests a compound as a `Stack` inside the track — its
11
+ `source_range` is the trim window into the compound, and nested compounds
12
+ nest Stacks recursively (measured on 19.1.3.7 from a depth-2 timeline).
13
+ `parseOTIO` skipped the Stack, so a 96-frame timeline parsed as 48 with no
14
+ error. Nested Stacks now flatten into the parent's record time through
15
+ their trim window (source frames trimmed at each clip's own play rate,
16
+ inner upper tracks landing on the next lanes), each flattened cut tagged
17
+ `fromCompound`, and the bridge's ledger names them
18
+ (`flattenedCompounds`, `flattenedCompoundEvents`). Render-verified: the
19
+ flattened conform of Resolve's own export is luma-identical to the
20
+ original compound render at every sampled frame (three picture regions
21
+ at 123–125, the 24-frame white insert at 234).
22
+
23
+ ### Measured (filed in api-limitations)
24
+
25
+ - `EXPORT_FCP_7_XML` flattens a compound to a single media-less clipitem
26
+ named after it, with no inner content; `EXPORT_OTIO` keeps the nesting.
27
+
5
28
  ## What's New in v2.173.0 — E118: Resolve's own OTIO exports re-conform
6
29
 
7
30
  ### Fixed
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  English | [简体中文](README.zh-CN.md)
4
4
 
5
- [![Version](https://img.shields.io/badge/version-2.173.0-blue.svg)](https://github.com/samuelgursky/davinci-resolve-mcp/releases)
5
+ [![Version](https://img.shields.io/badge/version-2.174.0-blue.svg)](https://github.com/samuelgursky/davinci-resolve-mcp/releases)
6
6
  [![npm](https://img.shields.io/npm/v/davinci-resolve-mcp.svg?label=npm&color=CB3837)](https://www.npmjs.com/package/davinci-resolve-mcp)
7
7
  [![API Coverage](https://img.shields.io/badge/API%20Coverage-100%25-brightgreen.svg)](docs/reference/api-coverage.md)
8
8
  [![Tools](https://img.shields.io/badge/MCP%20Tools-36%20(353%20full)-blue.svg)](#server-modes)
package/README.zh-CN.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [English](README.md) | 简体中文
4
4
 
5
- [![Version](https://img.shields.io/badge/version-2.173.0-blue.svg)](https://github.com/samuelgursky/davinci-resolve-mcp/releases)
5
+ [![Version](https://img.shields.io/badge/version-2.174.0-blue.svg)](https://github.com/samuelgursky/davinci-resolve-mcp/releases)
6
6
  [![npm](https://img.shields.io/npm/v/davinci-resolve-mcp.svg?label=npm&color=CB3837)](https://www.npmjs.com/package/davinci-resolve-mcp)
7
7
  [![API Coverage](https://img.shields.io/badge/API%20Coverage-100%25-brightgreen.svg)](docs/reference/api-coverage.md)
8
8
  [![Tools](https://img.shields.io/badge/MCP%20Tools-36%20(353%20full)-blue.svg)](#服务器模式)
@@ -12,7 +12,7 @@
12
12
  [![Python](https://img.shields.io/badge/python-3.10+-green.svg)](https://www.python.org/downloads/)
13
13
  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
14
14
 
15
- > 本翻译对应 v2.173.0 版 README。如与英文原版有出入,以 [英文原版](README.md) 为准。
15
+ > 本翻译对应 v2.174.0 版 README。如与英文原版有出入,以 [英文原版](README.md) 为准。
16
16
 
17
17
  一个 Model Context Protocol (MCP) 服务器,让 AI 助手通过官方脚本 API 控制 DaVinci Resolve Studio(达芬奇)。它提供完整的 API 覆盖,外加带护栏的工作流助手,涵盖剪辑、媒体池整理、渲染设置、审阅标记、调色、Fusion、Fairlight、项目生命周期任务、扩展开发,以及不碰源媒体的媒体分析。
18
18
 
@@ -313,7 +313,7 @@ equivalent, blocking full automation.
313
313
 
314
314
  - **Object:** `MediaPool`
315
315
  - **Signature:** `(filePath.xml) -> Timeline`
316
- - **Behavior:** Resolve's FCP7 XML importer HONOURS a generatoritem's `fillcolor` parameter (measured on Studio 19.1.3.7, E110): a Premiere-shaped Color Matte (effectid Color, category Matte) and a Solid Color generatoritem, both with <red>/<green>/<blue>/<alpha> 0..255 values, imported as Solid Color items and rendered Y81 U90 V240 (red) and Y41 U240 V110 (blue) — exact BT.601 limited-range values for a 640x360 timeline. EXPORT_FCP_7_XML writes the fillcolor back (same 0..255 channels). EXPORT_DRT carries the colour as a 55-byte <EffectFiltersBA> on the Sm2TiGenerator: 8-byte header (version 2, length 47), a fixed 20-byte prefix, a flag byte, then big-endian uint16 A R G B (0xffff = full) plus a pad word, then a second, black colour record; only the ARGB words differed between the red and blue captures. The default generator has an EMPTY EffectFiltersBA. The same importer does NOT carry a TRANSITION's parameters: a `Dip to Color Dissolve` transitionitem with a white and with a red `color` parameter imported as `Dip To Color Dissolve` elements whose 37-byte EffectFiltersBA were byte-identical (defaults), and the transition rendered inert (luma flat through its window, the E66 law) — the dip colour stays GUI-only on 19.1.3.7 (measured, E111). The writer emits a Solid Color's colour as the FxPlug parameter `input_1` (effectid FxPlugWrapper:C18E8B62_…), not `fillcolor` — an authored EffectFiltersBA colour came back exactly (white, 128/64/191; E112). The OTIO writer CANNOT: EXPORT_OTIO emits a Solid Color as a Clip.2 named 'Solid Color' with a NULL media_reference, metadata {"Resolve_OTIO": {}} and a parameterless Transform effect — no colour anywhere (measured E117) — so only an XML re-export witnesses a generator colour (editorial.verify_roundtrip exportedFormat → generatorColourNotInExport). Such an OTIO export DOES re-conform through drt.assemble_from_interchange (E118): the media-less generator clips walk as black legs and the clip→generator fade renders 124→16 — black, the colour having been lost by the writer.
316
+ - **Behavior:** Resolve's FCP7 XML importer HONOURS a generatoritem's `fillcolor` parameter (measured on Studio 19.1.3.7, E110): a Premiere-shaped Color Matte (effectid Color, category Matte) and a Solid Color generatoritem, both with <red>/<green>/<blue>/<alpha> 0..255 values, imported as Solid Color items and rendered Y81 U90 V240 (red) and Y41 U240 V110 (blue) — exact BT.601 limited-range values for a 640x360 timeline. EXPORT_FCP_7_XML writes the fillcolor back (same 0..255 channels). EXPORT_DRT carries the colour as a 55-byte <EffectFiltersBA> on the Sm2TiGenerator: 8-byte header (version 2, length 47), a fixed 20-byte prefix, a flag byte, then big-endian uint16 A R G B (0xffff = full) plus a pad word, then a second, black colour record; only the ARGB words differed between the red and blue captures. The default generator has an EMPTY EffectFiltersBA. The same importer does NOT carry a TRANSITION's parameters: a `Dip to Color Dissolve` transitionitem with a white and with a red `color` parameter imported as `Dip To Color Dissolve` elements whose 37-byte EffectFiltersBA were byte-identical (defaults), and the transition rendered inert (luma flat through its window, the E66 law) — the dip colour stays GUI-only on 19.1.3.7 (measured, E111). The writer emits a Solid Color's colour as the FxPlug parameter `input_1` (effectid FxPlugWrapper:C18E8B62_…), not `fillcolor` — an authored EffectFiltersBA colour came back exactly (white, 128/64/191; E112). The OTIO writer CANNOT: EXPORT_OTIO emits a Solid Color as a Clip.2 named 'Solid Color' with a NULL media_reference, metadata {"Resolve_OTIO": {}} and a parameterless Transform effect — no colour anywhere (measured E117) — so only an XML re-export witnesses a generator colour (editorial.verify_roundtrip exportedFormat → generatorColourNotInExport). Such an OTIO export DOES re-conform through drt.assemble_from_interchange (E118): the media-less generator clips walk as black legs and the clip→generator fade renders 124→16 — black, the colour having been lost by the writer. COMPOUND CLIPS: EXPORT_OTIO nests a compound as a Stack.1 inside the track (its source_range = the trim window into the compound; nested compounds nest Stacks recursively — measured E120 on a depth-2 timeline), while EXPORT_FCP_7_XML flattens the compound to a single media-less clipitem named after it (no inner content). editorial.parse_interchange flattens the OTIO Stacks into record time (fromCompound on each cut).
317
317
  - **Workaround / current handling:** Author fade-to-white / colour mattes by placing a Solid Color generator with that blob (drp-format placeGenerator `color`, drt.assemble elements[].color) — or carry an XMEML generatoritem fillcolor through editorial.parse_interchange; the bridge authors the coloured leg.
318
318
  - **Tags:** xml, import, generator, colour, export, drt
319
319
 
package/install.py CHANGED
@@ -37,7 +37,7 @@ from src.utils.update_check import (
37
37
 
38
38
  # ─── Version ──────────────────────────────────────────────────────────────────
39
39
 
40
- VERSION = "2.173.0"
40
+ VERSION = "2.174.0"
41
41
  # Only hard floor: mcp[cli] requires Python 3.10+. There is no upper bound —
42
42
  # Resolve's scripting bridge loads into newer interpreters on recent builds
43
43
  # (Python 3.14 verified against Resolve Studio 20.3.2). Older Resolve builds
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "davinci-resolve-mcp",
3
- "version": "2.173.0",
3
+ "version": "2.174.0",
4
4
  "description": "NPM bootstrapper for the DaVinci Resolve MCP Server.",
5
5
  "license": "MIT",
6
6
  "author": "Samuel Gursky <samgursky@gmail.com>",
@@ -708,6 +708,10 @@ export function eventsToAssembleSpec(events, opts = {}) {
708
708
  audioEventsSkipped: audioSkipped,
709
709
  authoredMarkers: markers.length,
710
710
  audioChannelLegsMerged,
711
+ // Compound clips flattened out of nested OTIO Stacks (E120): named so
712
+ // the ledger says which compounds became flat cuts.
713
+ flattenedCompounds: [...new Set(events.filter((e) => e.fromCompound).map((e) => e.fromCompound))],
714
+ flattenedCompoundEvents: events.filter((e) => e.fromCompound).length,
711
715
  authoredAudioEvents: audioPlacements.length,
712
716
  audioRetimesSkipped,
713
717
  ...(elements.length || audioBlackLegsSkipped ? {
@@ -52,6 +52,7 @@ function evt(o) {
52
52
  ...(o.name !== undefined ? { name: o.name } : {}),
53
53
  ...(o.color !== undefined ? { color: o.color } : {}),
54
54
  ...(o.generatorName !== undefined ? { generatorName: o.generatorName } : {}),
55
+ ...(o.fromCompound !== undefined ? { fromCompound: o.fromCompound } : {}),
55
56
  source: o.source || 'UNKNOWN',
56
57
  srcIn: o.srcIn ?? null,
57
58
  srcOut: o.srcOut ?? null,
@@ -179,6 +180,10 @@ export function parseOTIO(otio, opts = {}) {
179
180
  name: mk.name || undefined, color: mk.color || undefined, fps: mrRate,
180
181
  }));
181
182
  }
183
+ // Walk one track's children into `sink`. Recursive: a nested Stack (a
184
+ // compound clip) walks its inner tracks with a private cursor and is
185
+ // flattened into the parent's record time (E120).
186
+ const walkChildren = (children, kind, sink) => {
182
187
  let rec = 0;
183
188
  // An OTIO Transition occupies NO record time (like an AAF transition —
184
189
  // it overlaps its neighbours); it describes the junction between the
@@ -193,7 +198,7 @@ export function parseOTIO(otio, opts = {}) {
193
198
  // empty track renders black anyway, so the growth is render-neutral.
194
199
  let atBlack = true;
195
200
  const lastRate = () => opts.fps || 24;
196
- for (const child of track.children || []) {
201
+ for (const child of children || []) {
197
202
  const schema = child.OTIO_SCHEMA || '';
198
203
  const dur = (child.source_range && child.source_range.duration && child.source_range.duration.value) || 0;
199
204
  const rate = (child.source_range && child.source_range.duration && child.source_range.duration.rate) || opts.fps || 24;
@@ -201,7 +206,7 @@ export function parseOTIO(otio, opts = {}) {
201
206
  if (pendingTransition) {
202
207
  // Transition then Gap = fade-out into black: attach it to a
203
208
  // synthetic BL leg at the junction (the bridge grows it forward).
204
- events.push(evt({
209
+ sink.push(evt({
205
210
  index: idx++, track: kind, source: 'BL',
206
211
  recIn: rec, recOut: rec, transition: pendingTransition, fps: lastRate(),
207
212
  }));
@@ -213,6 +218,50 @@ export function parseOTIO(otio, opts = {}) {
213
218
  atBlack = true;
214
219
  continue;
215
220
  }
221
+ if (schema.startsWith('Stack')) {
222
+ // NESTED STACK = a compound clip (E120, measured against Resolve's
223
+ // OTIO writer: a compound exports as a Stack inside the track with
224
+ // its own source_range = the trim window into the compound, nested
225
+ // recursively). It was silently DROPPED. Flatten it: walk each inner
226
+ // track of this kind with a private cursor, then translate its
227
+ // events into the parent's record time through the trim window,
228
+ // trimming source frames at the clip's own play rate. Inner tracks
229
+ // beyond the first land on the next lanes up (V2, V3 …).
230
+ const sr = child.source_range || {};
231
+ const winStart = (sr.start_time && sr.start_time.value) || 0;
232
+ const winDur = (sr.duration && sr.duration.value) || 0;
233
+ const wantAudio = /^A/.test(kind);
234
+ const innerTracks = (child.children || []).filter((t) => String(t.OTIO_SCHEMA || '').startsWith('Track') && ((t.kind === 'Audio') === wantAudio));
235
+ const baseLetter = kind.replace(/\d+$/, '');
236
+ const baseNum = parseInt(kind.replace(/\D/g, '') || '1', 10);
237
+ let first = true;
238
+ innerTracks.forEach((it, i) => {
239
+ const label = baseNum + i === 1 ? baseLetter : `${baseLetter}${baseNum + i}`;
240
+ const tmp = [];
241
+ walkChildren(it.children || [], label, tmp);
242
+ for (const e of tmp) {
243
+ if (e.track === 'MARKER') continue;
244
+ const a = e.recIn - winStart, b = e.recOut - winStart;
245
+ const a2 = Math.max(0, a), b2 = Math.min(winDur, b);
246
+ if (b2 <= a2) continue;
247
+ const k = ((e.speed ?? 100) / 100) * (e.reverse ? -1 : 1);
248
+ const flat = {
249
+ ...e, index: idx++, recIn: rec + a2, recOut: rec + b2,
250
+ srcIn: e.srcIn != null ? e.srcIn + (a2 - a) * k : e.srcIn,
251
+ srcOut: e.srcOut != null ? e.srcOut - (b - b2) * k : e.srcOut,
252
+ fromCompound: child.name || 'compound',
253
+ };
254
+ // A transition pending INTO the compound attaches to its first flattened cut.
255
+ if (first && pendingTransition && !flat.transition) flat.transition = pendingTransition;
256
+ first = false;
257
+ sink.push(flat);
258
+ }
259
+ });
260
+ pendingTransition = null;
261
+ atBlack = false;
262
+ rec += winDur;
263
+ continue;
264
+ }
216
265
  if (schema.startsWith('Transition')) {
217
266
  const inOff = (child.in_offset && child.in_offset.value) || 0;
218
267
  const outOff = (child.out_offset && child.out_offset.value) || 0;
@@ -225,7 +274,7 @@ export function parseOTIO(otio, opts = {}) {
225
274
  if (pendingTransition && atBlack) {
226
275
  // Gap (or track start) then Transition then Clip = fade-IN from
227
276
  // black — the CMX zero-length-BL form, grown by the bridge.
228
- events.push(evt({
277
+ sink.push(evt({
229
278
  index: idx++, track: kind, source: 'BL',
230
279
  recIn: rec, recOut: rec, fps: rate,
231
280
  }));
@@ -276,7 +325,7 @@ export function parseOTIO(otio, opts = {}) {
276
325
  const mrStart = (mk.marked_range && mk.marked_range.start_time && mk.marked_range.start_time.value) || 0;
277
326
  itemMarkers.push({ frame: mrStart - startVal, name: mk.name || undefined, color: mk.color || undefined });
278
327
  }
279
- events.push(
328
+ sink.push(
280
329
  evt({
281
330
  index: idx++,
282
331
  track: kind,
@@ -300,11 +349,13 @@ export function parseOTIO(otio, opts = {}) {
300
349
  }
301
350
  if (pendingTransition) {
302
351
  // Transition as the LAST child = fade-out to the end of the track.
303
- events.push(evt({
352
+ sink.push(evt({
304
353
  index: idx++, track: kind, source: 'BL',
305
354
  recIn: rec, recOut: rec, transition: pendingTransition, fps: lastRate(),
306
355
  }));
307
356
  }
357
+ };
358
+ walkChildren(track.children || [], kind, events);
308
359
  }
309
360
  return events;
310
361
  }
@@ -86,7 +86,7 @@ const markerSchema = z.object({
86
86
  export const editorialTool = {
87
87
  name: 'editorial',
88
88
  description:
89
- 'Editorial integrity (Cluster E) — turnover interchange → normalized events → changelist + conform manifest with TIMING silent-lie guards (flattened retime / dropped J/L-cut audio / framerate-pulldown slip / reverse dropped / transition-handle starvation → flag, skip-not-fake). Report-only (gate: review). Actions: parse_interchange (EDL/OTIO/XMEML natively — incl. Resolve-written OTIO generator clips (a Solid Color is a Clip with a NULL media_reference; it walks as a BL leg with generatorName, and an OTIO GeneratorReference carries its colour) so Resolve\'s own OTIO exports re-conform, Resolve-written FCP7 -1 junction edges (paired in record order) + Solid Color / Color Matte generators carrying their `fillcolor` (BL legs with `color` → fade-to-white and colour mattes author, E110), XMEML audio-track transitionitems as audio cross-fades on numbered lanes A/A2/…, and CMX FROM/TO CLIP NAME comments over the generic AX reel — + AAF via pyaaf2 (flat sound/picture slots number A/A2/… and V/V2/… in slot order so separate beds keep their lanes; NestedScope layers keep layer numbering) + PRPROJ via gunzip+XML → normalized events incl. span-explicit transitions, BL fade legs, and freezes as zero-speed events (OTIO FreezeFrame, XMEML timeremap 0, PrProj in==out, AAF 0% motion effects); for AAF/PRPROJ pass the file PATH as content; AAF also returns per-sequence startTimecode/startFrame — build the timeline at THAT start, not the Resolve 01:00:00:00 default — and per-clip `geometry` for Avid transform effects), list_sequences (ONE offline picker entry point across xml/edl/otio/drt/drp/aaf/prproj → [{id,name,eventCount}], plus startTimecode/startFrame for AAF), convert_to_interchange (author OTIO/EDL/DRT Resolve CAN import from events or a parsed source; the EDL target writes CMX transition pairs incl. BL fades — the .prproj→Resolve conform bridge, no Premiere needed; editorial timing/transitions survive and per-clip effects/color do not. SPEED/REVERSE survive on the otio (LinearTimeWarp) and edl (M2) targets ONLY — this FLAT drt target flattens every retime to 100% forward and returns `flattened`/`flattenedCount` naming each event that lost one (`flattened` is always present on `drt`, empty when there were none); for a .drt that AUTHORS retimes/dissolves/multi-track/audio, use drt.assemble_from_interchange), turnover_changelist (diff old vs new → moved/retimed/trimmed/replaced/new/gone PLUS the junction diff: transition_added/transition_dropped/transition_changed with fade in/out or dissolve, outgoing/incoming, span and duration/type/pre-roll deltas — zero-length CMX carrier lines and the BL legs that carry fades fold into the junction diff instead of reading as gone/new sources; events pair by closest record position, consumed once, so a source cut twice at two speeds compares instance to instance; + timing flags incl. transition_dropped and dropped_split_audio on any A-track), conform_manifest (per-event assert: source resolved/handles/retime/reverse/TC-base; BL-aware — black legs need no source, fades no black-side handles, and a fade-out tail requirement lands on the picture source), marker_roundtrip (markers with provenance tags), verify_roundtrip (input events vs re-export events -> pass/mismatches + fitted per-source TC offsets + marker compare w/ markersNotInExport honesty flag; FADE-AWARE: BL/Solid-Color legs merge out as blackSegments and fade-window boundary reshapes are excused into fadeReshapedBoundaries instead of failing; RETIME-AWARE: speed/reverse compare pairwise — EXPORT_OTIO carries an authored Sm2TimeMap back as LinearTimeWarp (measured), so a flattened/lost retime fails as drift geometry alone cannot catch; AUDIO-AWARE: declared audio events compare (a video-only export such as EXPORT_EDL flags audioNotInExport instead of failing) (channel legs deduped, mismatches tagged trackType audio) while the mirrored-A1 export of a video-only turnover stays informational; COLOUR-AWARE: an input generator leg carrying a fillcolor (fade-to-white, colour matte) must come back on the same track over its span with the same colour — Resolve\'s FCP7 writer emits it — else generator-colour fails (generatorColours reports the compare) — pass exportedFormat: an OTIO/EDL re-export cannot carry colour (measured) and reports generatorColourNotInExport instead of failing; the conform QC loop-closer). Offline (AAF needs pyaaf2; live AAF/DRP import is on the Python davinci-resolve MCP).',
89
+ 'Editorial integrity (Cluster E) — turnover interchange → normalized events → changelist + conform manifest with TIMING silent-lie guards (flattened retime / dropped J/L-cut audio / framerate-pulldown slip / reverse dropped / transition-handle starvation → flag, skip-not-fake). Report-only (gate: review). Actions: parse_interchange (EDL/OTIO/XMEML natively — incl. Resolve-written OTIO generator clips (a Solid Color is a Clip with a NULL media_reference; it walks as a BL leg with generatorName, and an OTIO GeneratorReference carries its colour) and nested OTIO Stacks (compound clips — Resolve\'s writer nests them with a trim window) FLATTEN into record time with fromCompound on each cut, so Resolve\'s own OTIO exports re-conform, Resolve-written FCP7 -1 junction edges (paired in record order) + Solid Color / Color Matte generators carrying their `fillcolor` (BL legs with `color` → fade-to-white and colour mattes author, E110), XMEML audio-track transitionitems as audio cross-fades on numbered lanes A/A2/…, and CMX FROM/TO CLIP NAME comments over the generic AX reel — + AAF via pyaaf2 (flat sound/picture slots number A/A2/… and V/V2/… in slot order so separate beds keep their lanes; NestedScope layers keep layer numbering) + PRPROJ via gunzip+XML → normalized events incl. span-explicit transitions, BL fade legs, and freezes as zero-speed events (OTIO FreezeFrame, XMEML timeremap 0, PrProj in==out, AAF 0% motion effects); for AAF/PRPROJ pass the file PATH as content; AAF also returns per-sequence startTimecode/startFrame — build the timeline at THAT start, not the Resolve 01:00:00:00 default — and per-clip `geometry` for Avid transform effects), list_sequences (ONE offline picker entry point across xml/edl/otio/drt/drp/aaf/prproj → [{id,name,eventCount}], plus startTimecode/startFrame for AAF), convert_to_interchange (author OTIO/EDL/DRT Resolve CAN import from events or a parsed source; the EDL target writes CMX transition pairs incl. BL fades — the .prproj→Resolve conform bridge, no Premiere needed; editorial timing/transitions survive and per-clip effects/color do not. SPEED/REVERSE survive on the otio (LinearTimeWarp) and edl (M2) targets ONLY — this FLAT drt target flattens every retime to 100% forward and returns `flattened`/`flattenedCount` naming each event that lost one (`flattened` is always present on `drt`, empty when there were none); for a .drt that AUTHORS retimes/dissolves/multi-track/audio, use drt.assemble_from_interchange), turnover_changelist (diff old vs new → moved/retimed/trimmed/replaced/new/gone PLUS the junction diff: transition_added/transition_dropped/transition_changed with fade in/out or dissolve, outgoing/incoming, span and duration/type/pre-roll deltas — zero-length CMX carrier lines and the BL legs that carry fades fold into the junction diff instead of reading as gone/new sources; events pair by closest record position, consumed once, so a source cut twice at two speeds compares instance to instance; + timing flags incl. transition_dropped and dropped_split_audio on any A-track), conform_manifest (per-event assert: source resolved/handles/retime/reverse/TC-base; BL-aware — black legs need no source, fades no black-side handles, and a fade-out tail requirement lands on the picture source), marker_roundtrip (markers with provenance tags), verify_roundtrip (input events vs re-export events -> pass/mismatches + fitted per-source TC offsets + marker compare w/ markersNotInExport honesty flag; FADE-AWARE: BL/Solid-Color legs merge out as blackSegments and fade-window boundary reshapes are excused into fadeReshapedBoundaries instead of failing; RETIME-AWARE: speed/reverse compare pairwise — EXPORT_OTIO carries an authored Sm2TimeMap back as LinearTimeWarp (measured), so a flattened/lost retime fails as drift geometry alone cannot catch; AUDIO-AWARE: declared audio events compare (a video-only export such as EXPORT_EDL flags audioNotInExport instead of failing) (channel legs deduped, mismatches tagged trackType audio) while the mirrored-A1 export of a video-only turnover stays informational; COLOUR-AWARE: an input generator leg carrying a fillcolor (fade-to-white, colour matte) must come back on the same track over its span with the same colour — Resolve\'s FCP7 writer emits it — else generator-colour fails (generatorColours reports the compare) — pass exportedFormat: an OTIO/EDL re-export cannot carry colour (measured) and reports generatorColourNotInExport instead of failing; the conform QC loop-closer). Offline (AAF needs pyaaf2; live AAF/DRP import is on the Python davinci-resolve MCP).',
90
90
  async handler({ action, args }) {
91
91
  if (action === 'parse_interchange') {
92
92
  const p = parseSchema.parse(args);
@@ -87,7 +87,7 @@ if not logging.getLogger().handlers:
87
87
  handlers=[logging.StreamHandler()],
88
88
  )
89
89
 
90
- VERSION = "2.173.0"
90
+ VERSION = "2.174.0"
91
91
  logger = logging.getLogger("davinci-resolve-mcp")
92
92
  logger.info(f"Starting DaVinci Resolve MCP Server v{VERSION}")
93
93
  logger.info(f"Detected platform: {get_platform()}")
package/src/server.py CHANGED
@@ -11,7 +11,7 @@ Usage:
11
11
  python src/server.py --full # Start the 353-tool granular server instead
12
12
  """
13
13
 
14
- VERSION = "2.173.0"
14
+ VERSION = "2.174.0"
15
15
 
16
16
  import base64
17
17
  import os
@@ -2851,7 +2851,15 @@ API_TRUTH: List[Dict[str, Any]] = [
2851
2851
  "re-conform through drt.assemble_from_interchange (E118): the "
2852
2852
  "media-less generator clips walk as black legs and the "
2853
2853
  "clip→generator fade renders 124→16 — black, the colour "
2854
- "having been lost by the writer.",
2854
+ "having been lost by the writer. COMPOUND CLIPS: EXPORT_OTIO "
2855
+ "nests a compound as a Stack.1 inside the track (its "
2856
+ "source_range = the trim window into the compound; nested "
2857
+ "compounds nest Stacks recursively — measured E120 on a "
2858
+ "depth-2 timeline), while EXPORT_FCP_7_XML flattens the "
2859
+ "compound to a single media-less clipitem named after it "
2860
+ "(no inner content). editorial.parse_interchange flattens "
2861
+ "the OTIO Stacks into record time (fromCompound on each "
2862
+ "cut).",
2855
2863
  "recommended": "Author fade-to-white / colour mattes by placing a "
2856
2864
  "Solid Color generator with that blob "
2857
2865
  "(drp-format placeGenerator `color`, drt.assemble "