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 task status lines are cleaned before display

You'll notice
Useful2 Signal2
MCP

MCP task status lines are cleaned of control characters before printing, so a server can't mangle your terminal.

What

The status row for a running MCP task now passes the server name, tool name and status message through a sanitizing step before printing, and shortens the task id with a helper instead of a fixed eight-character cut. This hardens the line against control characters or overlong names sent by an MCP server. Exactly what the sanitizer strips is not settled by the code shown.

Evidence

mcp_task

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 →