Skip to content

v1.2.2 - response-size cap fix + schema trim

Latest

Choose a tag to compare

@danishashko danishashko released this 04 Jun 13:09
· 3 commits to main since this release

Response-size safety fix (context-bloat bug).

Fixed

  • Oversized responses no longer overflow the size cap. A too-large JSON response could previously be returned larger than the limit and dump a giant truncated preview into context; it now returns a small message asking to narrow the request. Verified across all tools (every tool exercised over stdio against the live API, 0 stdout pollution).