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 ·

New URL/endpoint redaction helpers for MCP server telemetry and logs

MCP server addresses are now redacted before being logged or sent in telemetry

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.267,
Under the hood

MCP server addresses are now redacted before being logged or sent in telemetry

What

Claude Code can connect to MCP servers (external tool providers) over various endpoints and commands. New internal helper functions now parse an MCP server's endpoint before it's reported in logs or telemetry, and redact anything sensitive: they mask template placeholders, strip credentials and file paths from URLs down to just the origin or host, and replace sensitive substrings with x characters or ${...} placeholders.

Why

This prevents credentials, file paths, or other sensitive details embedded in an MCP server's connection string from leaking into logs or telemetry data.

See this entry in the whole of v2.1.267 →