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.