@anton.andrusenko/shopify-mcp-admin 2.1.0 → 2.1.1

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 (2) hide show
  1. package/README.md +1 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -131,7 +131,7 @@ Tokens are automatically refreshed every 24 hours.
131
131
  | `LOG_LEVEL` | No | `info` | Log level: `debug`, `info`, `warn`, `error` |
132
132
  | `SHOPIFY_MCP_LAZY_LOADING` | No | `false` | Enable modular lazy loading (set to `true` for on-demand module loading) |
133
133
  | `SHOPIFY_MCP_ROLE` | No | — | Role preset for automatic module loading (see [Role Presets](#-role-presets)) |
134
- | `ALLOWED_HOSTS` | ✅ (remote mode) | — | Comma-separated list of allowed hostnames (e.g., `shopify-mcp.com,api.shopify-mcp.com`) |
134
+ | `ALLOWED_HOSTS` | ✅ (remote mode) | — | Comma-separated list of allowed hostnames (e.g., `shopify-mcp.com`) |
135
135
  | `ALLOWED_ORIGINS` | ✅ (remote mode) | — | Comma-separated list of allowed CORS origins (e.g., `https://shopify-mcp.com`) |
136
136
  | `METRICS_ENDPOINT_ENABLED` | No | `false` | Enable Prometheus metrics endpoint at `/metrics` |
137
137
  | `ENABLE_HSTS` | No | `false` | Enable HTTP Strict Transport Security headers |
@@ -1425,12 +1425,6 @@ The production service is available at:
1425
1425
  - **Metrics:** `https://shopify-mcp.com/metrics`
1426
1426
  - **MCP Endpoint:** `https://shopify-mcp.com/mcp`
1427
1427
 
1428
- **API Subdomain:**
1429
- - **Dashboard:** `https://api.shopify-mcp.com/app`
1430
- - **Health Check:** `https://api.shopify-mcp.com/health`
1431
- - **Metrics:** `https://api.shopify-mcp.com/metrics`
1432
- - **MCP Endpoint:** `https://api.shopify-mcp.com/mcp`
1433
-
1434
1428
  **Available Endpoints:**
1435
1429
 
1436
1430
  | Endpoint | Description | Authentication |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anton.andrusenko/shopify-mcp-admin",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "MCP server for Shopify Admin API - enables AI agents to manage Shopify stores with 79 tools for products, inventory, collections, content, SEO, metafields, markets & translations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",