An unreadable MCP credential store no longer kills your request; you get a retryable message.
What's wrong with this entry?
Token lookups in the MCP authentication paths now return nothing on failure rather than throwing, and an unreadable credential store gets its own message saying nothing was sent and the request can be retried.
- The message reads: Stored credentials for MCP server "name" could not be read right now. Nothing was sent. Retry the request.
- MCP connection-timeout errors are now built by a shared helper instead of inline.
Stored credentials for MCP server "${e}" could not be read right now. Nothing was sent. Retry the request.
Strings lifted out of the shipped bundle, so the claim above can be checked against them.