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 ·

MCPB and plugin MCP-config load errors now redact URLs/paths before logging

MCPB and plugin MCP-config loading errors now redact URLs and file paths before logging them

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

MCPB and plugin MCP-config loading errors now redact URLs and file paths before logging them

What

Across several places that load MCPB packages and plugin MCP configuration, such as downloading an MCPB package, checking a modification-time cache, resolving a directory-loaded plugin's source, and loading .mcp.json, raw URLs and file paths that end up in log or error messages are now passed through a redaction helper first, and diffs are formatted through a separate helper. For example, a log line now reads Downloading MCPB from ${mf(e)} instead of including the raw URL directly.

Why

This keeps potentially sensitive URLs and file paths out of logs and error output when something goes wrong loading MCPB packages or plugin MCP configuration.

See this entry in the whole of v2.1.268 →

Feedback