MCP tool calls get configurable maxRetries
ai@7.0.10
1 featureThis release1 featureNew capabilitiesAI-tallied from the release notes
ai@7.0.10
Step retries now accept a function passed to retries.delay that calculates the next delay based on the failed attempt and thrown error, all…
Cloudflare · Developer PlatformA step's retries.delay can now be a function that computes the delay per failed attempt, receiving { ctx, error } and returning a delay in…
Cloudflare · WorkersAdded a maxRetries option for failed MCP tool calls. Updated dependencies.
Vercel · AI SDKIn-flight MCP requests are now rejected when their abort signal fires, with pending response handlers removed. Fixed streamable HTTP MCP ba…
Vercel · AI SDK