Commit Graph

3 Commits

Author SHA1 Message Date
yukaibo.me
cc06993494 fix: detect auth errors from error.code property (StreamableHTTPError/SseError)
MCP SDK's StreamableHTTPError/SseError store the HTTP status code in
error.code, but the message text may not contain the numeric status.
analyzeConnectionError now reads error.code (100-599) before falling
back to message-text parsing, so OAuth promotion triggers correctly
for 401 responses on Streamable HTTP transport.
2026-03-28 19:21:23 +00:00
Peter Steinberger
83db4fb1ec fix: add oauth retry regression coverage (#48) (thanks @caseyg) 2026-03-03 00:02:21 +00:00
Peter Steinberger
281bb71aef Improve connection issue handling 2025-11-07 03:57:27 +00:00