v0.2.1
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:createto the end of thebuildscript sobin/create-mcpis always produced beforenpm publish
Docs
- Translated Vietnamese sections in README to English
Full Changelog: v0.2.0...v0.2.1