HTTP transport auth refresh deduplicated
@ai-sdk/mcp@2.0.0-canary.53
1 fixThis release1 fixBug fixesAI-tallied from the release notes
Patch Changes
- 6c17a9f: fix(mcp): deduplicate auth refresh on http transport
Fetched May 22, 2026
@ai-sdk/mcp@2.0.0-canary.53
Fetched May 22, 2026
MCPClientError now exposes statusCode, url, and responseBody fields when errors originate from the streamable HTTP transport, enabling down…
Vercel · AI SDKMCPClientError now exposes statusCode, url, and responseBody fields when it originates from the streamable HTTP transport, letting downstre…
Vercel · AI SDKReverted a fix that encoded client-id in OAuth requests, which was causing authentication issues. Auth now returns AuthInvalidJwtError from…
Supabase · Client SDKRemoved navigator.locks-based mutex from auth in favor of a commit guard with dispose() method. Fixed getClaims to return AuthInvalidJwtErr…
Supabase · Client SDK