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

MCP output/description truncation length now overridable via env var

MCP output and description truncation length is now configurable via CLAUDE_CODE_MAX_MCP_DESCRIPTION_LENGTH

TierUse it nowhow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaMCPwhat it touches
KindNew Featuresin v2.1.280,
Use it now Notable

MCP output and description truncation length is now configurable via CLAUDE_CODE_MAX_MCP_DESCRIPTION_LENGTH

What

The character limit used to truncate MCP (Model Context Protocol) tool output and instructions was previously a fixed, hardcoded number. It can now be set with the environment variable CLAUDE_CODE_MAX_MCP_DESCRIPTION_LENGTH. If the variable isn't set, Claude Code falls back to the same default length as before.

Why

This lets users or teams with MCP tools that produce longer descriptions or output raise the truncation limit instead of being stuck with the built-in default.

Read from
Names in the bundleCLAUDE_CODE_MAX_MCP_DESCRIPTION_LENGTH
What the documentation says
How sure we are
One source agreesOne thing we can check says the same as this entry.
The name it cites is new in this buildNew in this build: CLAUDE_CODE_MAX_MCP_DESCRIPTION_LENGTH

See this entry in the whole of v2.1.280 →

Feedback