Skip to content

v0.2.1

Choose a tag to compare

@fuongz fuongz released this 06 Apr 05:39
· 27 commits to main since this release
8949662

Bug Fixes

Fix: create-phake-mcp bin missing from published package

bun create @phake/mcp was returning a 404 because the bin/create-mcp file was never built before publish. The build:create step was a separate script not included in the main build script, so the CI publish workflow never generated the bin.

  • Added build:create to the end of the build script so bin/create-mcp is always produced before npm publish

Docs

  • Translated Vietnamese sections in README to English

Full Changelog: v0.2.0...v0.2.1