Skip to content

Release v3.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 02:42
0e06e3c

[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
    outputSchema and returns structuredContent alongside the existing text, so
    MCP clients can type-check responses. The prose content[0].text is byte-for-byte
    unchanged for back-compat.
  • Smithery listing — homepage ownership verification (a smithery-verification
    meta tag in the docs site, since github.io cannot host DNS TXT records) and a
    backlink to the Smithery server page from the README badges and homepage footer.

Changed

  • .mcpb release 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 pack strips these keys). This is the
    metadata Smithery's capability score reads. The bundle still ships its production
    node_modules so it runs standalone.

Fixed

  • get-relationship — the accountIds rejection-guard parameter now carries a
    description, completing parameter-description coverage across all tools.