Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

MCP background tasks get a real detail view

You'll notice
Useful3 Signal1
MCP

Picking an MCP task in the background tasks dialog now shows server, tool, status and timing.

What

Selecting an MCP task in the background tasks dialog now shows a structured summary instead of falling through to a stored transcript: server, tool, status, status message, elapsed time and poll interval.

Details
  • The server's own task id is shown when it differs from the local one.
  • When a task is stopped, the server-reported status is shown alongside.
  • Notes when an elicitation dialog is open and awaiting you.
  • For tasks using the sep2663 protocol, notes that the work continues after you exit the session and the result arrives as a notification.
  • Task ids and names are stripped of control, format and variation-selector characters and truncated before display.
  • The detail screen has its own kill action and back handler; the kill call is now awaited and its errors routed to the error reporter rather than left floating.
Evidence

mcp-task-, runs on the server and survives exiting this session; the result arrives as a task notification

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.247 →