Deferred MCP tools announced by a previous worker are re-seeded from the transcript during query preparation.
New machinery re-seeds tool references for MCP tools that a prior worker process had already announced with defer_loading: true, by scanning transcript attachments of type deferred_tools_delta. It logs Dynamic tool loading: seeded ${n} tool reference(s) to ${k} deferred tool(s) the previous process sent and is wired into the query-preparation path, guarded by Oe.readsTranscriptRecord.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
- `defer_loading: optional boolean or null`api/messages/batches see the edit
The code path no longer asks a flag before it runs.
Anthropic's documentation has since written up defer_loading, on Batches.