This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+1 more
Summary
AI summaryFixed CLI bug that caused running npx davinci-resolve-mcp without a subcommand to print help text, which MCP clients misinterpreted as JSON‑RPC.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
`bin/davinci-resolve-mcp.mjs` now defaults to the `server` subcommand when invoked with no arguments, fixing CLI bug that printed help text causing MCP clients to misparse JSON‑RPC. `bin/davinci-resolve-mcp.mjs` now defaults to the `server` subcommand when invoked with no arguments, fixing CLI bug that printed help text causing MCP clients to misparse JSON‑RPC. Source: llm_adapter@2026-05-27 Confidence: high |
— |
Full changelog
v2.24.1
v2.24.1 fixes a CLI bug that caused npx davinci-resolve-mcp (with no
subcommand) to print help text to stdout, which MCP clients then tried to parse
as JSON-RPC. Reported in
#41.
Fixed
bin/davinci-resolve-mcp.mjsnow defaults to theserversubcommand when
invoked with no arguments. Previously the default was--help, which wrote
usage text to stdout and exited 0; MCP stdio clients (Hermes Agent, Claude
Desktop, Cursor, etc.) read that as malformed JSON-RPC, retried three times,
then dropped the connection. Existing configs that already passserver
explicitly are unaffected. Explicit--help,-h,help,--version, and
-vcontinue to print to stdout as before.
Changed
- Bumped version surfaces to
2.24.1.
Validation
venv/bin/python tests/test_import.pyvenv/bin/python scripts/audit_api_parity.pynode bin/davinci-resolve-mcp.mjs --helpnode bin/davinci-resolve-mcp.mjs --versionnpm pack --dry-rungit diff --check
No Resolve scripting behavior changed; live Resolve mutation validation was 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
Related context
Beta — feedback welcome: [email protected]