Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.224 Home All releases olderv2.1.223 v2.1.225newer

MCP OAuth discovery state no longer wiped during a concurrent re-save

You'll notice
Useful3 Signal2
MCP

A race no longer wipes working MCP OAuth discovery data during a concurrent save.

What

Invalidating stored OAuth discovery data now bails out instead of clearing it when the stored entry has no authorization server metadata, which is the signature of another save writing just the URL at the same time. This prevents a race that could throw away working discovery state.

Details
  • Invalidating discovery no longer clears the step-up scope along with it.
Evidence

invalidateCredentials('discovery') preserved: concurrent URL-only re-save

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.224 →