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.277 ·

MCP task watcher module now lazily loaded via bun chunk

The MCP task watcher is now loaded lazily as its own bundled module

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaMCPwhat it touches
KindInternal Changesin v2.1.277,
Under the hood

The MCP task watcher is now loaded lazily as its own bundled module

What

A helper function that needed the MCP (Model Context Protocol) task watcher now loads it lazily from its own bundled chunk, via an mcpTaskWatcherModule() export, alongside similar lazy-loaded modules already used for MCP client, auth, and SDK error classification.

Why

This is an internal loading-strategy change; loading the task watcher only when it's actually needed can help keep startup lighter, without changing what the watcher does.

See this entry in the whole of v2.1.277 →