Releases: commercetools/commerce-mcp
Releases · commercetools/commerce-mcp
@commercetools/commerce-mcp@2.0.0
Major Changes
-
#39
df51410Thanks @ajimae! - major package updates and bug fixesWhat Changed
- Tool output now is defaulted to
json
this means if--toolOutputFormatoption is not specified then it defaults tojson - Tool output text in
jsonformat has been dropped
the root explanatory text for tool output json object has been removed
// before { "READ CART DISCOUNT RESULT": { limit: 10, offset: 0, count: 10, results: [ { id: '123', name: 'Cart Discount 1', description: 'This is a cart discount', code: '1234567890', } ], }, } // after { limit: 10, offset: 0, count: 10, results: [ { id: '123', name: 'Cart Discount 1', description: 'This is a cart discount', code: '1234567890', } ], }
The
READ CART DISCOUNT RESULTtext has been dropped- The
alltool now requires settingisAdminoption totrue
npx -y @commercetools/commerce-mcp --tools="all" --isAdmin=true ... - Tool output now is defaulted to
Patch Changes
@commercetools/commerce-agent@2.0.0
Major Changes
-
#39
df51410Thanks @ajimae! - major package updates and bug fixesWhat Changed
- Tool output now is defaulted to
json
this means if--toolOutputFormatoption is not specified then it defaults tojson - Tool output text in
jsonformat has been dropped
the root explanatory text for tool output json object has been removed
// before { "READ CART DISCOUNT RESULT": { limit: 10, offset: 0, count: 10, results: [ { id: '123', name: 'Cart Discount 1', description: 'This is a cart discount', code: '1234567890', } ], }, } // after { limit: 10, offset: 0, count: 10, results: [ { id: '123', name: 'Cart Discount 1', description: 'This is a cart discount', code: '1234567890', } ], }
The
READ CART DISCOUNT RESULTtext has been dropped- The
alltool now requires settingisAdminoption totrue
npx -y @commercetools/commerce-mcp --tools="all" --isAdmin=true ... - Tool output now is defaulted to
Patch Changes
- #32
c29fcefThanks @geethanga-ct! - fix(security): prevent credential leak in auth error message
@commercetools/commerce-mcp@1.0.7
Patch Changes
- Updated dependencies [
b9ac11e]:- @commercetools/commerce-agent@1.1.0
@commercetools/commerce-agent@1.1.0
Minor Changes
- #8
b9ac11eThanks @Trackerchum! - Added customizable field filtering and redaction at a resource level.
@commercetools/commerce-mcp@1.0.6
Patch Changes
-
#22
7c349fbThanks @Trackerchum! - [Fix] Fixed dependencies -
Updated dependencies [
7c349fb]:- @commercetools/commerce-agent@1.0.6
@commercetools/commerce-agent@1.0.6
Patch Changes
- #22
7c349fbThanks @Trackerchum! - [Fix] Fixed dependencies
@commercetools/commerce-mcp@1.0.0
Major Changes
- #5
9440a1bThanks @Trackerchum! - First stable major release
Patch Changes
- Updated dependencies [
9440a1b]:- @commercetools/commerce-agent@1.0.0
@commercetools/commerce-mcp@0.0.1
Patch Changes
- #1
e6e997fThanks @Trackerchum! - - Renamed mcp-essentials to commerce-mcp, and agent-essentials with commerce-agent.- Changed the licence terms.
- Updated dependencies [
e6e997f]:- @commercetools/commerce-agent@0.0.1
@commercetools/commerce-agent@1.0.0
Major Changes
- #5
9440a1bThanks @Trackerchum! - First stable major release
@commercetools/commerce-agent@0.0.1
Patch Changes
- #1
e6e997fThanks @Trackerchum! - - Renamed mcp-essentials to commerce-mcp, and agent-essentials with commerce-agent.- Changed the licence terms.