v1.4.3: Community bug fixes
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
authorfield inmanifest.jsonfrom string to object format, fixing MCPB validation. Thanks @maxanatsko!
Dependencies
- Bump
fastmcpto ^3.34.0 - Bump
@types/nodeto ^22.19.15
Full Changelog: v1.4.2...v1.4.3