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 v1.0.110 Home All releases olderv1.0.109 v1.0.111newer

OAuth Token Refresh Support

What: Proactive and on-demand refresh of OAuth tokens for MCP servers How to use:

# Tokens are automatically refreshed when they expire soon
# Manual refresh available through MCP server reconnection

Details:

  • Proactive refresh when tokens expire within 5 minutes (300 seconds)
  • Automatic retry mechanism with proper error handling
  • Maintains existing tokens if refresh fails
  • Supports both refresh_token and authorization_code flows
  • Evidence: refreshAuthorization() at line 391499, proactive refresh logic at line 391410

See this entry in the whole of v1.0.110 →