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
In-flight MCP requests are now rejected when their abort signal fires, with pending response handlers removed. Fixed streamable HTTP MCP ba…
Vercel · AI SDKIn-flight MCP requests are now rejected when their abort signal fires, with pending response handlers removed. Streamable HTTP MCP backgrou…
Vercel · AI SDKFixed MCP servers configured via --mcp-config or .mcp.json ignoring per-server request_timeout_ms, which caused long-running tool calls to…
Anthropic · Claude CodeFixed an issue where multiple authorization headers were not correctly prioritized, ensuring the first header takes precedence.
OpenAI · Python SDK