Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

MCP tool display UI now loads lazily

The UI code for displaying MCP tool results now loads only when actually needed, instead of being bundled eagerly

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaUIwhat it touches
KindInternal Changesin v2.1.275,
Group of 2 Under the hood

The UI code for displaying MCP tool results now loads only when actually needed, instead of being bundled eagerly

What

The registry of per-tool result renderers was restructured so that several plugin-specific tool UI entries are replaced by a single module that's lazily imported. Specifically, the mcp-display-only tool kind now has a getter-backed entry that only imports its display module (displayOnlyMcpToolUi) when that tool type actually needs to be rendered, rather than bundling it eagerly with everything else.

Why

This reduces the amount of code loaded upfront, since MCP display-only tool UI code is now fetched only when a session actually uses that tool type.

See this entry in the whole of v2.1.275 →