Skip to content

Releases: commercetools/commerce-mcp

@commercetools/commerce-mcp@2.0.0

11 May 13:38
f510382

Choose a tag to compare

Major Changes

  • #39 df51410 Thanks @ajimae! - major package updates and bug fixes

    What Changed

    • Tool output now is defaulted to json
      this means if --toolOutputFormat option is not specified then it defaults to json
    • Tool output text in json format 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 RESULT text has been dropped

    • The all tool now requires setting isAdmin option to true
    npx -y @commercetools/commerce-mcp --tools="all" --isAdmin=true ...

Patch Changes

  • Updated dependencies [c29fcef, df51410]:
    • @commercetools/commerce-agent@2.0.0

@commercetools/commerce-agent@2.0.0

11 May 13:38
f510382

Choose a tag to compare

Major Changes

  • #39 df51410 Thanks @ajimae! - major package updates and bug fixes

    What Changed

    • Tool output now is defaulted to json
      this means if --toolOutputFormat option is not specified then it defaults to json
    • Tool output text in json format 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 RESULT text has been dropped

    • The all tool now requires setting isAdmin option to true
    npx -y @commercetools/commerce-mcp --tools="all" --isAdmin=true ...

Patch Changes

@commercetools/commerce-mcp@1.0.7

21 Jan 12:19
98d3b4c

Choose a tag to compare

Patch Changes

  • Updated dependencies [b9ac11e]:
    • @commercetools/commerce-agent@1.1.0

@commercetools/commerce-agent@1.1.0

21 Jan 12:19
98d3b4c

Choose a tag to compare

Minor Changes

  • #8 b9ac11e Thanks @Trackerchum! - Added customizable field filtering and redaction at a resource level.

@commercetools/commerce-mcp@1.0.6

15 Dec 12:29
8517914

Choose a tag to compare

Patch Changes

@commercetools/commerce-agent@1.0.6

15 Dec 12:29
8517914

Choose a tag to compare

Patch Changes

@commercetools/commerce-mcp@1.0.0

28 Nov 13:15
3fe6536

Choose a tag to compare

Major Changes

Patch Changes

  • Updated dependencies [9440a1b]:
    • @commercetools/commerce-agent@1.0.0

@commercetools/commerce-mcp@0.0.1

28 Nov 11:56
0c1b0a1

Choose a tag to compare

Patch Changes

  • #1 e6e997f Thanks @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

28 Nov 13:14
3fe6536

Choose a tag to compare

Major Changes

@commercetools/commerce-agent@0.0.1

28 Nov 11:56
0c1b0a1

Choose a tag to compare

Patch Changes

  • #1 e6e997f Thanks @Trackerchum! - - Renamed mcp-essentials to commerce-mcp, and agent-essentials with commerce-agent.
    • Changed the licence terms.