Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

MCP server now supports list-changed and progress notifications

claude mcp serve now tells clients when its tool list changes and reports progress during long tool calls

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaMCPwhat it touches
KindImprovementsin v2.1.271,
Group of 3 You'll notice

claude mcp serve now tells clients when its tool list changes and reports progress during long tool calls

What

  • claude mcp serve now advertises a listChanged tools capability and sends a tools/list_changed notification whenever the visible set of tools changes (for example after a policy-verdict refresh), using a new debounced watcher.
  • Tool call handling now reads the progress token (_meta/sendNotification) from the incoming request and opens a progress-tracking resource for the duration of the call.
  • While a long-running tool call executes, the server sends periodic notifications/progress messages ("Running for Ns") on an interval, using that progress token.

Why

MCP clients connected to Claude Code's built-in server can now stay in sync when the available tools change, and can show live progress instead of appearing stuck during slow tool calls.

How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's release notes agreeFixed sustained high CPU usage and repeated tool-list requests when an MCP server sends list_changed notifications in a tight loop

See this entry in the whole of v2.1.271 →

Feedback