This release fixes issues for SREs watching stability and regressions.
Published 1mo
MCP Developer Tools
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
llm
mcp
mcp-server
vibe-coding
Summary
AI summaryFixes HttpClient.request() error handling for non‑JSON server responses.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
HttpClient.request() no longer throws raw SyntaxError for non-JSON error responses; wraps in Context7Error. HttpClient.request() no longer throws raw SyntaxError for non-JSON error responses; wraps in Context7Error. Source: llm_adapter@2026-06-11 Confidence: high |
— |
Full changelog
Patch Changes
- f327589: Avoid throwing a raw
SyntaxErrorwhen the server returns a non-JSON error body.HttpClient.request()now wraps the error-pathres.json()in a.catch, so non-JSON responses (HTML 502s, plain-text 429s, Cloudflare challenge pages) fall back tores.statusTextand always surface as a typedContext7Error.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Earlier breaking changes
- [email protected] Removes `--device` flag and localhost-callback path for `ctx7 login`.
Beta — feedback welcome: [email protected]