Skip to content

v1.4.3: Community bug fixes

Choose a tag to compare

@jordanburke jordanburke released this 07 Mar 20:45
· 16 commits to main since this release

What's Changed

Bug Fixes

  • fix: suppress dotenv stdout logs in stdio mode (#4) — Prevents dotenv v17 from writing non-JSON output to stdout, which broke stdio JSON-RPC transport in Claude Desktop. Thanks @maxanatsko!
  • fix: make manifest author schema-compliant for MCPB (#3) — Converts author field in manifest.json from string to object format, fixing MCPB validation. Thanks @maxanatsko!

Dependencies

  • Bump fastmcp to ^3.34.0
  • Bump @types/node to ^22.19.15

Full Changelog: v1.4.2...v1.4.3