This release adds 2 notable features for engineering teams evaluating rollout.
Published 1mo
MCP Developer Tools
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai-agents
freight
logistics
mcp
model-context-protocol
Summary
AI summaryKeyless introspection for resources and prompts now succeeds without an API key.
Full changelog
Fixed
- Keyless introspection:
resources/listandprompts/listnow succeed. The server declared neither thepromptsnor theresourcescapability, so a keylessresources/list/prompts/listreturned JSON-RPC-32601"Method not found". Sandbox builders that compile from source and probeinitialize + tools/list + resources/list + prompts/listwith no credentials (e.g. Glama) failed on the last two calls — which froze our Glama listing on an old build. The server now declarescapabilities: { prompts, resources }and answers both list methods (plusresources/templates/list) with an empty-but-valid result.initialize,tools/list(19 tools),resources/list, andprompts/listall succeed with no env key. The API key stays optional and call-time-only — startup and all four list methods never require it.
Added
- Explicit multi-stage
Dockerfile+.dockerignoreso sandbox builders no longer infer the build. The builder stage runsnpm ci+npm run build; the runtime stage installs prod-only dependencies and runs the stdio entrydist/bin/cli.jswith no required environment. The Node base image, the build output dir (dist) and the entry are derived frompackage.json(engines/bin) andtsconfig.json(outDir), not hardcoded.
Notes
- No tool-count or schema change — still 19 tools, same names and enriched schemas.
serverInfo.versionreads dynamically frompackage.json, now2.4.1. The behaviour change is purely additive (keyless list methods now respond), so this is a patch release. Mirrors the keyless-introspection contract the Glama/Smithery sandboxes require.
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]