@alfe.ai/shopify-mcp 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/shopify-mcp",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Shopify MCP server — full store management (products, orders incl. fulfil/refund, customers, inventory) over the Admin GraphQL API with Alfe OAuth credentials",
5
5
  "type": "module",
6
6
  "main": "./dist/server.js",
@@ -20,7 +20,7 @@
20
20
  "@modelcontextprotocol/sdk": "^1.29.0",
21
21
  "zod": "^4.0.5",
22
22
  "@alfe.ai/config": "0.4.1",
23
- "@alfe.ai/agent-api-client": "0.16.0"
23
+ "@alfe.ai/agent-api-client": "0.16.1"
24
24
  },
25
25
  "license": "UNLICENSED",
26
26
  "homepage": "https://alfe.ai",