Release v3.2.0
[3.2.0] - 2026-06-16
Structured tool output and Smithery listing improvements. No breaking changes —
tool names and the human-readable text responses are unchanged; structured output
is purely additive.
Added
- Structured tool results — every read/default tool now declares an
outputSchemaand returnsstructuredContentalongside the existing text, so
MCP clients can type-check responses. The prosecontent[0].textis byte-for-byte
unchanged for back-compat. - Smithery listing — homepage ownership verification (a
smithery-verification
meta tag in the docs site, sincegithub.iocannot host DNS TXT records) and a
backlink to the Smithery server page from the README badges and homepage footer.
Changed
.mcpbrelease pipeline — the bundle manifest now embeds the live tool
schemas (name/description/inputSchema/outputSchema), captured from the running
server and packaged via a plain zip (mcpb packstrips these keys). This is the
metadata Smithery's capability score reads. The bundle still ships its production
node_modulesso it runs standalone.
Fixed
get-relationship— theaccountIdsrejection-guard parameter now carries a
description, completing parameter-description coverage across all tools.