(error: unknown)
| 126 | } |
| 127 | |
| 128 | function shouldRecycleClientAfterToolError(error: unknown): boolean { |
| 129 | return isClosedClientError(error) || error instanceof MCPDeadlineError; |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * Wrap MCP tools to transform their results to AI SDK format. |
no test coverage detected