Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.267 ·

MCP tool schema normalization/validation consolidated into a single verdict function

MCP tool schema validation logic consolidated into one shared function with clearer reasons

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaMCPwhat it touches
KindInternal Changesin v2.1.267,
Under the hood

MCP tool schema validation logic consolidated into one shared function with clearer reasons

What

The logic that normalizes an MCP (Model Context Protocol) tool's input schema and checks whether the Anthropic API will accept it — previously duplicated in two places — is now a single shared function. It returns a structured result of either send or drop, with a cause of schema_unsupported, normalize_gated, or api_invalid when dropping.

Why

This is an internal cleanup that removes duplicated logic and gives clearer, consistent reasons when a tool schema is rejected, without changing what gets accepted or dropped.

See this entry in the whole of v2.1.267 →