v1.5.1
googleapis/mcp-toolboxv1.5.1Jun 8, 2026by umputun
AI Summary
A bug fix release that improves error handling by allowing transient HTTP errors to be retried automatically without manual intervention.
Key Highlights
- Implemented retry logic for transient HTTP errors (529, 502, 503, 504).
- Retry functionality no longer requires the --wait flag.
Full Release Notes
**Bug Fixes** - retry transient HTTP errors (529/502/503/504) without --wait #377 @umputun