Skip to content

Commit 50c8d25

Browse files
Pending Releases (aka Version Packages) (#19)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f56607f commit 50c8d25

8 files changed

Lines changed: 43 additions & 30 deletions

File tree

.changeset/chilly-wings-take.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/flat-shirts-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/metal-masks-change.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/nine-ends-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

modelcontextprotocol/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @commercetools/mcp-essentials
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#20](https://github.com/commercetools/mcp-essentials/pull/20) [`80996f0`](https://github.com/commercetools/mcp-essentials/commit/80996f0469a23fba77c2ddaccfda397adc3884b6) Thanks [@martinw-ct](https://github.com/martinw-ct)! - The MCP now return more detailed error message
8+
9+
Before this change:
10+
SDKError: Failed to update cart
11+
12+
After this change:
13+
SDKError: Failed to update cart: Failed to update cart by ID: The variant '2' with SKU '<blah>' of product '<blah>' does not contain a price for currency 'EUR' country 'DE', all customer groups and all channels.
14+
15+
- [#17](https://github.com/commercetools/mcp-essentials/pull/17) [`3c5e8a9`](https://github.com/commercetools/mcp-essentials/commit/3c5e8a96d282135aa65d0cd02c208bb76b2d1cd7) Thanks [@ajimae](https://github.com/ajimae)! - [Feat][MCP-6] Scope Based Tools Filtering
16+
17+
### Patch Changes
18+
19+
- [#18](https://github.com/commercetools/mcp-essentials/pull/18) [`9a205aa`](https://github.com/commercetools/mcp-essentials/commit/9a205aae5289e712ebcc8241a161fbeb4caeabc8) Thanks [@islam3zzat](https://github.com/islam3zzat)! - Suppress dotenv logs to avoid pushing messages to the stdio.
20+
21+
- Updated dependencies [[`80996f0`](https://github.com/commercetools/mcp-essentials/commit/80996f0469a23fba77c2ddaccfda397adc3884b6), [`f56607f`](https://github.com/commercetools/mcp-essentials/commit/f56607fceb37af6f1d9c21585cf9241d722847e2), [`3c5e8a9`](https://github.com/commercetools/mcp-essentials/commit/3c5e8a96d282135aa65d0cd02c208bb76b2d1cd7)]:
22+
- @commercetools/agent-essentials@3.0.0
23+
324
## 2.0.0
425

526
### Major Changes

modelcontextprotocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commercetools/mcp-essentials",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"homepage": "https://github.com/commercetools/mcp-essentials",
55
"description": "A command line tool for setting up commercetools MCP server",
66
"bin": "dist/index.js",

typescript/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @commercetools/agent-essentials
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#17](https://github.com/commercetools/mcp-essentials/pull/17) [`3c5e8a9`](https://github.com/commercetools/mcp-essentials/commit/3c5e8a96d282135aa65d0cd02c208bb76b2d1cd7) Thanks [@ajimae](https://github.com/ajimae)! - [Feat][MCP-6] Scope Based Tools Filtering
8+
9+
### Minor Changes
10+
11+
- [#20](https://github.com/commercetools/mcp-essentials/pull/20) [`80996f0`](https://github.com/commercetools/mcp-essentials/commit/80996f0469a23fba77c2ddaccfda397adc3884b6) Thanks [@martinw-ct](https://github.com/martinw-ct)! - The MCP now return more detailed error message
12+
13+
Before this change:
14+
SDKError: Failed to update cart
15+
16+
After this change:
17+
SDKError: Failed to update cart: Failed to update cart by ID: The variant '2' with SKU '<blah>' of product '<blah>' does not contain a price for currency 'EUR' country 'DE', all customer groups and all channels.
18+
19+
### Patch Changes
20+
21+
- [#23](https://github.com/commercetools/mcp-essentials/pull/23) [`f56607f`](https://github.com/commercetools/mcp-essentials/commit/f56607fceb37af6f1d9c21585cf9241d722847e2) Thanks [@ajimae](https://github.com/ajimae)! - [Fix] Scope and Action Case Mismatch
22+
323
## 2.0.0
424

525
### Major Changes

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commercetools/agent-essentials",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"homepage": "https://github.com/commercetools/mcp-essentials",
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

0 commit comments

Comments
 (0)