davinci-resolve-mcp 2.94.1 → 2.94.2
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 +19 -6
- package/README.md +1 -1
- package/README.zh-CN.md +2 -2
- package/install.py +1 -1
- package/package.json +1 -1
- package/src/granular/common.py +1 -1
- package/src/server.py +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
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.94.2
|
|
6
|
+
|
|
7
|
+
Changelog repair. No code changed.
|
|
8
|
+
|
|
9
|
+
- **v2.93.3 carried two separate `What's New in v2.93.3` sections.** Two sessions
|
|
10
|
+
were working in one checkout, and one of them ran `git add -A` while the
|
|
11
|
+
other's edits were still uncommitted — so a delivery-target commit swept up an
|
|
12
|
+
unrelated `api_truth` correction, and both wrote their own heading under the
|
|
13
|
+
same version. The two sections are now merged into one entry that describes
|
|
14
|
+
everything v2.93.3 actually shipped: the delivery-target re-verification **and**
|
|
15
|
+
the issue #74 nested-timeline finding. The v2.93.3 GitHub release notes, which
|
|
16
|
+
described only the delivery work, have been amended in place for the same
|
|
17
|
+
reason. No commit or tag was rewritten — both are public.
|
|
18
|
+
|
|
5
19
|
## What's New in v2.94.1
|
|
6
20
|
|
|
7
21
|
Removes the `hls_h264` target added in v2.94.0 — it could never work — and fixes
|
|
@@ -77,9 +91,10 @@ Streaming package. All 32 targets resolve live on Studio 21.0.4.5.
|
|
|
77
91
|
|
|
78
92
|
## What's New in v2.93.3
|
|
79
93
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
than the 19.1.3.7
|
|
94
|
+
Two independent pieces of work landed in this release, both measured against the
|
|
95
|
+
**installed** build, Studio 21.0.4.5: the delivery-target table re-verified
|
|
96
|
+
against that build rather than the 19.1.3.7 it was first measured on, and a
|
|
97
|
+
correction to the issue #74 ledger entry.
|
|
83
98
|
|
|
84
99
|
### Changed
|
|
85
100
|
|
|
@@ -112,9 +127,7 @@ than the 19.1.3.7 they were first measured on.
|
|
|
112
127
|
|
|
113
128
|
`docs/reference/api-limitations.md` regenerated from those entries.
|
|
114
129
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
Ledger correction, measured live on DaVinci Resolve Studio **21.0.4.5**.
|
|
130
|
+
### Fixed — issue #74: titles can be placed by track and frame after all
|
|
118
131
|
|
|
119
132
|
- **A native Text+ CAN be placed at an exact track and frame, and stay editable
|
|
120
133
|
— entirely through the public API.** The issue #74 entry has said for two
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
English | [简体中文](README.zh-CN.md)
|
|
4
4
|
|
|
5
|
-
[](https://github.com/samuelgursky/davinci-resolve-mcp/releases)
|
|
6
6
|
[](https://www.npmjs.com/package/davinci-resolve-mcp)
|
|
7
7
|
[](docs/reference/api-coverage.md)
|
|
8
8
|
[-blue.svg)](#server-modes)
|
package/README.zh-CN.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[English](README.md) | 简体中文
|
|
4
4
|
|
|
5
|
-
[](https://github.com/samuelgursky/davinci-resolve-mcp/releases)
|
|
6
6
|
[](https://www.npmjs.com/package/davinci-resolve-mcp)
|
|
7
7
|
[](docs/reference/api-coverage.md)
|
|
8
8
|
[-blue.svg)](#服务器模式)
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
[](https://www.python.org/downloads/)
|
|
13
13
|
[](https://opensource.org/licenses/MIT)
|
|
14
14
|
|
|
15
|
-
> 本翻译对应 v2.94.
|
|
15
|
+
> 本翻译对应 v2.94.2 版 README。如与英文原版有出入,以 [英文原版](README.md) 为准。
|
|
16
16
|
|
|
17
17
|
一个 Model Context Protocol (MCP) 服务器,让 AI 助手通过官方脚本 API 控制 DaVinci Resolve Studio(达芬奇)。它提供完整的 API 覆盖,外加带护栏的工作流助手,涵盖剪辑、媒体池整理、渲染设置、审阅标记、调色、Fusion、Fairlight、项目生命周期任务、扩展开发,以及不碰源媒体的媒体分析。
|
|
18
18
|
|
package/install.py
CHANGED
|
@@ -36,7 +36,7 @@ from src.utils.update_check import (
|
|
|
36
36
|
|
|
37
37
|
# ─── Version ──────────────────────────────────────────────────────────────────
|
|
38
38
|
|
|
39
|
-
VERSION = "2.94.
|
|
39
|
+
VERSION = "2.94.2"
|
|
40
40
|
# Only hard floor: mcp[cli] requires Python 3.10+. There is no upper bound —
|
|
41
41
|
# Resolve's scripting bridge loads into newer interpreters on recent builds
|
|
42
42
|
# (Python 3.14 verified against Resolve Studio 20.3.2). Older Resolve builds
|
package/package.json
CHANGED
package/src/granular/common.py
CHANGED
|
@@ -87,7 +87,7 @@ if not logging.getLogger().handlers:
|
|
|
87
87
|
handlers=[logging.StreamHandler()],
|
|
88
88
|
)
|
|
89
89
|
|
|
90
|
-
VERSION = "2.94.
|
|
90
|
+
VERSION = "2.94.2"
|
|
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()}")
|