Skip to content

Commit 2dc8e63

Browse files
ci(changesets): version packages
1 parent 6eb40d5 commit 2dc8e63

7 files changed

Lines changed: 27 additions & 20 deletions

File tree

.changeset/khaki-tomatoes-collect.md

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

.changeset/mean-carrots-grab.md

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

.changeset/red-chicken-own.md

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

modelcontextprotocol/CHANGELOG.md

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

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- [#40](https://github.com/commercetools/mcp-essentials/pull/40) [`e854cc4`](https://github.com/commercetools/mcp-essentials/commit/e854cc4a775a866e64d8bd012aebe409aedd716d) Thanks [@ajimae](https://github.com/ajimae)! - [Feat][DEVX-654] Add Missing Critical Tools
8+
9+
- [#28](https://github.com/commercetools/mcp-essentials/pull/28) [`6eb40d5`](https://github.com/commercetools/mcp-essentials/commit/6eb40d55f36452e65a67b3d53d8017c6e76ec125) Thanks [@Trackerchum](https://github.com/Trackerchum)! - Resource response data transformation to tabular-like LLM formatting, with command-line flag to revert back to JSON.
10+
11+
- [#41](https://github.com/commercetools/mcp-essentials/pull/41) [`1e66969`](https://github.com/commercetools/mcp-essentials/commit/1e669696e619b496231c8449e87086f4f556b87a) Thanks [@ShipilA](https://github.com/ShipilA)! - Adding reviews to MCP tools
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`e854cc4`](https://github.com/commercetools/mcp-essentials/commit/e854cc4a775a866e64d8bd012aebe409aedd716d), [`6eb40d5`](https://github.com/commercetools/mcp-essentials/commit/6eb40d55f36452e65a67b3d53d8017c6e76ec125), [`1e66969`](https://github.com/commercetools/mcp-essentials/commit/1e669696e619b496231c8449e87086f4f556b87a)]:
16+
- @commercetools/agent-essentials@3.4.0
17+
318
## 2.3.0
419

520
### Minor 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.3.0",
3+
"version": "2.4.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @commercetools/agent-essentials
22

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- [#40](https://github.com/commercetools/mcp-essentials/pull/40) [`e854cc4`](https://github.com/commercetools/mcp-essentials/commit/e854cc4a775a866e64d8bd012aebe409aedd716d) Thanks [@ajimae](https://github.com/ajimae)! - [Feat][DEVX-654] Add Missing Critical Tools
8+
9+
- [#28](https://github.com/commercetools/mcp-essentials/pull/28) [`6eb40d5`](https://github.com/commercetools/mcp-essentials/commit/6eb40d55f36452e65a67b3d53d8017c6e76ec125) Thanks [@Trackerchum](https://github.com/Trackerchum)! - Resource response data transformation to tabular-like LLM formatting, with command-line flag to revert back to JSON.
10+
11+
- [#41](https://github.com/commercetools/mcp-essentials/pull/41) [`1e66969`](https://github.com/commercetools/mcp-essentials/commit/1e669696e619b496231c8449e87086f4f556b87a) Thanks [@ShipilA](https://github.com/ShipilA)! - Adding reviews to MCP tools
12+
313
## 3.3.0
414

515
### Minor 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": "3.3.0",
3+
"version": "3.4.0",
44
"homepage": "https://github.com/commercetools/mcp-essentials",
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

0 commit comments

Comments
 (0)