This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Affected surfaces
Summary
AI summarySuccessful calls now cost a single API request by using the legacy_source bridge to reconstruct flat text output.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Performance | Medium |
Rate-limit budgets (anonymous and Pro) are consumed once per successful call again. Rate-limit budgets (anonymous and Pro) are consumed once per successful call again. Source: granite4.1:30b@2026-07-13-audit Confidence: low |
— |
| Bugfix | Low |
Transient network failures on the envelope leg trigger one automatic retry. Transient network failures on the envelope leg trigger one automatic retry. Source: granite4.1:30b@2026-07-13-audit Confidence: low |
— |
| Refactor | Medium |
Successful calls now cost ONE API request again via envelope-first approach. Successful calls now cost ONE API request again via envelope-first approach. Source: llm_adapter@2026-07-12 Confidence: low |
— |
Full changelog
Changed
- Envelope-first: successful calls cost ONE API request again (supersedes the 2.11.0/2.11.1 double-request caveat). Each
tools/callnow fetches the envelope with the API'slegacy_sourcebridge (?envelope=1&legacy_source=1) and reconstructs the flat legacy text channel fromresult+ the bridge's verbatim_sourceblock (insert atlegacy_source_poswhen present, else append) —content[0].textstays byte-identical to 2.10.x/2.11.x for every tool, andstructuredContentis the clean public v1 envelope with the bridge stripped (byte-equal to the default?envelope=1response). Error paths fall back to the flat call so error text keeps its exact legacy bytes (2 requests — the rare path). Anonymous and Pro rate-limit budgets are hit once per successful call again; transient network failures on the envelope leg get one retry. - Requires freightutils.com API with the
legacy_sourcebridge (live since 2026-07-12). Local tools (get_subscribe_link) are unaffected.
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
About SoapyRED/freightutils-mcp
17 freight calculation and reference tools — ADR dangerous goods, HS codes, LDM/CBM/chargeable weight calculators, duty estimation, airline codes, UN/LOCODE, and more. Free REST APIs + MCP server.
Related context
Related tools
Earlier breaking changes
- v1.0.5 /api/mcp promoted as canonical Streamable HTTP transport URL.
Beta — feedback welcome: [email protected]