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 claudeai-proxy 401 telemetry now sanitizes the proxy error code

MCP proxy 401 telemetry now sanitizes the error code before logging it

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 proxy 401 telemetry now sanitizes the error code before logging it

What

When the tengu_mcp_claudeai_proxy_401 telemetry event records a proxyErrorCode, that value is now passed through a validator that only allows codes matching a simple letters/numbers/underscore/hyphen pattern starting with a letter. Any code that doesn't match is reported as "nonconforming" instead of being logged raw.

Why

This prevents arbitrary or malformed error code strings from being logged verbatim in telemetry, keeping the recorded data predictable and safe.

See this entry in the whole of v2.1.268 →

Feedback