diff --git a/.changeset/zod-v4-migration.md b/.changeset/zod-v4-migration.md deleted file mode 100644 index 37a9886..0000000 --- a/.changeset/zod-v4-migration.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@commercetools/agent-essentials": major -"@commercetools/mcp-essentials": major ---- - -Upgrade `zod` from v3 to v4 (`^4.0.0`). - -Consumers that define custom tools or extend the SDK with their own zod schemas will need to migrate to zod v4 as well. The `ZodObject` generic now takes two type parameters instead of four/five, and `ZodError.issues` replaces the deprecated `.errors` / `.formErrors` accessors. See the [zod v4 migration guide](https://zod.dev/v4/changelog) for details. - -The unused `zod-to-json-schema` dependency has been removed; if you used it transitively, switch to the native `z.toJSONSchema()` in zod v4. diff --git a/modelcontextprotocol/CHANGELOG.md b/modelcontextprotocol/CHANGELOG.md index 23924f2..850b600 100644 --- a/modelcontextprotocol/CHANGELOG.md +++ b/modelcontextprotocol/CHANGELOG.md @@ -1,5 +1,20 @@ # @commercetools/mcp-essentials +## 3.0.0 + +### Major Changes + +- [#70](https://github.com/commercetools/mcp-essentials/pull/70) [`90b4318`](https://github.com/commercetools/mcp-essentials/commit/90b43183b3ca50bf673b94af013dc8d3ae6bca81) Thanks [@hajoeichler](https://github.com/hajoeichler)! - Upgrade `zod` from v3 to v4 (`^4.0.0`). + + Consumers that define custom tools or extend the SDK with their own zod schemas will need to migrate to zod v4 as well. The `ZodObject` generic now takes two type parameters instead of four/five, and `ZodError.issues` replaces the deprecated `.errors` / `.formErrors` accessors. See the [zod v4 migration guide](https://zod.dev/v4/changelog) for details. + + The unused `zod-to-json-schema` dependency has been removed; if you used it transitively, switch to the native `z.toJSONSchema()` in zod v4. + +### Patch Changes + +- Updated dependencies [[`90b4318`](https://github.com/commercetools/mcp-essentials/commit/90b43183b3ca50bf673b94af013dc8d3ae6bca81)]: + - @commercetools/agent-essentials@4.0.0 + ## 2.4.2 ### Patch Changes diff --git a/modelcontextprotocol/package.json b/modelcontextprotocol/package.json index b48b155..ee521c0 100644 --- a/modelcontextprotocol/package.json +++ b/modelcontextprotocol/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools/mcp-essentials", - "version": "2.4.2", + "version": "3.0.0", "homepage": "https://github.com/commercetools/mcp-essentials", "description": "A command line tool for setting up commercetools MCP server", "bin": "dist/index.js", diff --git a/typescript/CHANGELOG.md b/typescript/CHANGELOG.md index 35d34af..5bdcae3 100644 --- a/typescript/CHANGELOG.md +++ b/typescript/CHANGELOG.md @@ -1,5 +1,15 @@ # @commercetools/agent-essentials +## 4.0.0 + +### Major Changes + +- [#70](https://github.com/commercetools/mcp-essentials/pull/70) [`90b4318`](https://github.com/commercetools/mcp-essentials/commit/90b43183b3ca50bf673b94af013dc8d3ae6bca81) Thanks [@hajoeichler](https://github.com/hajoeichler)! - Upgrade `zod` from v3 to v4 (`^4.0.0`). + + Consumers that define custom tools or extend the SDK with their own zod schemas will need to migrate to zod v4 as well. The `ZodObject` generic now takes two type parameters instead of four/five, and `ZodError.issues` replaces the deprecated `.errors` / `.formErrors` accessors. See the [zod v4 migration guide](https://zod.dev/v4/changelog) for details. + + The unused `zod-to-json-schema` dependency has been removed; if you used it transitively, switch to the native `z.toJSONSchema()` in zod v4. + ## 3.5.1 ### Patch Changes diff --git a/typescript/package.json b/typescript/package.json index 5eebdc2..cf4c6a5 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools/agent-essentials", - "version": "3.5.1", + "version": "4.0.0", "homepage": "https://github.com/commercetools/mcp-essentials", "scripts": { "preinstall": "npx only-allow pnpm",