v1.3.2
googleapis/mcp-toolboxv1.3.2May 25, 2026by umputun
AI Summary
Improves interaction with the Claude API by implementing retry logic for 5xx errors and managing documentation verbosity.
Key Highlights
- Retries Claude 5xx API errors via limit patterns
- Deduplicates CLAUDE.md to clear size threshold
- Trims CLAUDE.md verbosity
- Detects Claude session-limit messages
Full Release Notes
**Improvements** - retry claude 5xx API errors via limit patterns 810840f - dedup CLAUDE.md against llms.txt to clear size threshold b858c05 - trim CLAUDE.md verbosity a4853c7 **Bug Fixes** - detect Claude session-limit message #362 @umputun