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

MCP discovery cache now scans for accidentally-cached secret material via a presented-credential log

The MCP discovery cache now refuses a write that might carry secret material seen in headers, cookies or URLs.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaMCPwhat it touches
KindBug Fixesin v2.1.257,
You'll notice

The MCP discovery cache now refuses a write that might carry secret material seen in headers, cookies or URLs.

Before writing an entry to the MCP OAuth discovery cache, the code now scans a log of previously-observed header, cookie, and URL values ("presented credentials") to confirm the entry wouldn't carry secret material, rather than only checking the OAuth token store as before. If that scan can't complete or exceeds its work budget, the write is refused; once the presented-credential log fills up, cache writes are refused for the rest of the process.

See this entry in the whole of v2.1.257 →

Feedback