Skip to content

Releases: phuctm97/modelfetch

v1.0.13

02 Sep 05:53

Choose a tag to compare

1.0.13 (2025-09-02)

🩹 Fixes

  • Update Nx to 21.4.1, Node.js to 22.18, and various other dependencies (#107)

❤️ Thank You

  • Minh-Phuc Tran

v1.0.12

20 Aug 06:47

Choose a tag to compare

1.0.12 (2025-08-20)

🩹 Fixes

  • Update Nx to 21.4.0 and various dependencies including @modelcontextprotocol/sdk, aws-cdk, and @types/node (#106)

❤️ Thank You

  • Minh-Phuc Tran

v1.0.11

14 Aug 07:09

Choose a tag to compare

1.0.11 (2025-08-14)

🩹 Fixes

  • Standardize MCP server script naming to use mcp-server across all create-modelfetch templates (#105)
  • Refactor modelfetch CLI to use HTTP server with hot reload support instead of stdio transport (#105)

❤️ Thank You

  • Minh-Phuc Tran

v1.0.10

13 Aug 08:49

Choose a tag to compare

1.0.10 (2025-08-13)

🩹 Fixes

  • Add missing modelfetch package version to create-modelfetch CLI templates (#103)

❤️ Thank You

  • Minh-Phuc Tran

v1.0.9

13 Aug 08:15

Choose a tag to compare

1.0.9 (2025-08-13)

🩹 Fixes

  • Add modelfetch dev script to create-modelfetch templates that need local MCP development (#102)

❤️ Thank You

  • Minh-Phuc Tran

v1.0.8

12 Aug 15:14

Choose a tag to compare

1.0.8 (2025-08-12)

🩹 Fixes

  • Update Nx target naming conventions for improved clarity and organization (362710e)
  • Add .modelfetch directory to gitignore patterns across the workspace (362710e)

❤️ Thank You

  • phuctm97

v1.0.7

11 Aug 09:44

Choose a tag to compare

1.0.7 (2025-08-11)

🩹 Fixes

  • Remove CLI logs, use native hot reload support for Bun runtime, and surpress buggy stdio messages (#99)

❤️ Thank You

  • Minh-Phuc Tran

v1.0.6

11 Aug 08:42

Choose a tag to compare

1.0.6 (2025-08-11)

🩹 Fixes

  • Improve modelfetch CLI logging and Deno support with better runtime info and cleaner entry point (#98)

❤️ Thank You

  • Minh-Phuc Tran

v1.0.5

11 Aug 07:56

Choose a tag to compare

1.0.5 (2025-08-11)

🩹 Fixes

  • Add file-based logging to modelfetch CLI for debugging and monitoring sessions (#97)

❤️ Thank You

  • Minh-Phuc Tran

v1.0.4

11 Aug 05:45

Choose a tag to compare

1.0.4 (2025-08-11)

🩹 Fixes

  • Fix runtime detection in modelfetch CLI by using js-runtime package for accurate Bun/Deno/Node detection (#96)
  • Fix Deno runtime support in modelfetch serve command by using native Deno watch-hmr instead of tsx (#96)

❤️ Thank You

  • Minh-Phuc Tran