DaVinci Resolve 21.1: The Real Editing Fixes, Plus a Native MCP Server for AI Agents
A working editor runs through every workflow upgrade in 21.1, then hands the keyboard to Claude to prove out Blackmagic's new AI integration live.
September 8thA Neon engineer walks through why MCP servers should stop mapping every API endpoint to its own tool now that clients handle discovery and composition themselves.
As MCP clients take over tool discovery (progressive discovery) and tool composition (code mode), servers should stop exposing one tool per API endpoint and instead bundle common multi-call workflows into single, ergonomic tools, the same way an SDK wraps raw endpoints.
MCP clients are now handling tool selection through progressive discovery and tool composition through programmatic tool calling (code mode), which used to be problems servers solved on their own. That doesn't mean servers should go back to mapping every API endpoint to its own tool. Common multi-step workflows, like Neon's three-call branch creation, still waste tokens if an agent has to rediscover the chain every session. The fix mirrors how SDKs work: keep a raw-endpoint layer generated from the API spec, add a thinner ergonomic layer for bundled workflows like createWithCompute, and expose both as tool calls through a standalone package so it can power the MCP server and other agent-framework adapters alike.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
States the thesis: as agent usage of MCP grows, clients are taking over responsibilities that used to belong to the server.

Mapping every API endpoint to its own tool gives full API coverage but bloats the context window and can confuse tool selection once endpoints look similar.

Servers respond by collapsing hundreds of tools into a small layered set: search endpoints, inspect a definition, execute the request.

The same layered pattern is now being implemented inside MCP clients themselves, a shift the industry calls progressive tool discovery.

Agents like Codex and Claude Code write scripts that chain tool calls together inside a sandbox, returning only the final result to the model.

Even with smarter clients, common multi-call workflows still waste tokens if an agent has to rediscover the same chain of calls every time.

Neon's branch creation is really three API calls; the SDK bundles create branch, attach compute, and get connection string into one createWithCompute method.

Neon generates a full SDK from its OpenAPI spec, then adds a thinner ergonomic layer, and converts both into tool calls via the Neon Tools package.

Because the tools live in a standalone package, they power the official MCP server and can be adapted for other agent frameworks like Mastra and Eve, organized into scopeable categories.

Recaps the big idea and closes with an open-source pointer and a prompt for viewers to share their own MCP server approach.
As MCP clients take over tool discovery and tool-chaining, servers should stop mapping every endpoint 1:1 and instead bundle common multi-call workflows into single ergonomic tools.
“MCP is blowing up right now.”
“So surely this means we can just go back to the original method of doing a one-to-one mapping of API endpoints to tool calls, right? Not quite.”
“The server is controlling what tools are available, but then the client handles discovering and executing those tools in whatever way it sees fit.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
MCP tool design just flipped: the search-inspect-execute pattern that used to live inside servers is moving into the clients themselves, and that changes what a well-built MCP server should expose.
Instead of one tool per endpoint, expose two or three general-purpose tools that search, inspect, and execute against the full API surface.
Auto-generate full endpoint coverage from the API spec, then hand-add a thin layer of bundled methods for the workflows developers actually use.
Neon's three-call branch-creation flow (create branch, attach compute, get connection string) collapsed into one ergonomic SDK/tool call.
“All of this is open source, so if you want to dive through the code and see exactly how everything is implemented, I'll have some links down in the description for you to check out.”
Soft CTA pointing to open-source repo links in the description, paired with a prompt for viewers to share their own MCP server approach in the comments — no product pitch, no subscribe ask.
00:00
00:05
00:10
00:15
00:20
00:24
00:30
00:33
00:37
00:42
00:46
00:51
00:55
01:00
01:04
01:10
01:15
01:17
01:22
01:26
01:31
01:35
01:40
01:44
01:50
01:53
01:56
02:02
02:07
02:11
02:15
02:18
02:24
02:29
02:33
02:37
02:42
02:46
02:51
02:57
03:00
03:04
03:09
03:13
03:17
03:24
03:26
03:31
03:35
03:40
03:45
03:49
03:53
03:58
04:02
04:06
04:11
04:17
04:20
04:24
04:29
04:33
04:39
04:42
04:47
04:49
04:55
05:00
05:04
05:09
05:13
05:17
05:22
05:29
05:31
05:37
05:40
05:44
05:49
05:53Add Modern Creator as a preferred source and Google shows you more of our breakdowns in Search, Top Stories, and AI Overviews. It only changes what you see, and you can undo it in your Google settings anytime.
A working editor runs through every workflow upgrade in 21.1, then hands the keyboard to Claude to prove out Blackmagic's new AI integration live.
September 8thA video editor runs GPT-6 Astra through DaVinci Resolve 21.1's brand-new native AI connector on his own unedited footage, then teaches it his personal cutting rules mid-project.
September 11thA working developer walks through why two popular self-hosted agent platforms kept breaking, then rebuilds his personal agent on a file-based framework and lands on a bigger lesson about tools versus frameworks.
September 11thA two-person breakdown of OpenAI's top-tier model that skips the game demos and goes straight to code audits, nine money-making agent prompts, and a Raspberry Pi speaker built and shipped in about 30 minutes.
September 10thTeam 2 Films runs Claude through four real edit jobs, project setup, a rough assembly cut, TIFF-cached rendering, and color grading, to see what Resolve's new AI agent integration can and can't do.
September 8thFive ways Mark Kashef points Codex's computer use at apps that have no API, from flight searches to phone settings.
September 5th