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

MCP connection telemetry now records server instructions length/truncation

MCP connection telemetry now records the length of a server's instructions and whether they were truncated

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

MCP connection telemetry now records the length of a server's instructions and whether they were truncated

What

The tengu_mcp_server_connection_succeeded telemetry event, sent when Claude Code successfully connects to an MCP (Model Context Protocol) server, now includes two new fields: instructionsLength, the character count of the instructions text the server returned, and instructionsTruncated, which is true when that text is longer than 2048 characters.

Why

This lets Claude Code track how often MCP servers send unusually long instructions and whether those instructions get cut off, which can affect how well the server's guidance reaches the model.

See this entry in the whole of v2.1.268 →

Feedback