@anton.andrusenko/shopify-mcp-admin 1.1.2 → 2.0.0

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.
@@ -0,0 +1,9 @@
1
+ import {
2
+ SessionStore,
3
+ sessionStore
4
+ } from "./chunk-6YECVENJ.js";
5
+ import "./chunk-GKGHMPEC.js";
6
+ export {
7
+ SessionStore,
8
+ sessionStore
9
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anton.andrusenko/shopify-mcp-admin",
3
- "version": "1.1.2",
3
+ "version": "2.0.0",
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",
@@ -11,7 +11,10 @@
11
11
  "sideEffects": false,
12
12
  "scripts": {
13
13
  "dev": "tsx src/index.ts",
14
- "build": "tsup src/index.ts --format esm --dts",
14
+ "dev:dashboard": "vite --config src/dashboard/vite.config.ts",
15
+ "build": "tsup src/index.ts --format esm --dts --clean",
16
+ "build:dashboard": "vite build --config src/dashboard/vite.config.ts",
17
+ "build:all": "npm run build && npm run build:dashboard",
15
18
  "start": "node dist/index.js",
16
19
  "lint": "biome check src/",
17
20
  "lint:fix": "biome check --fix src/",
@@ -21,17 +24,18 @@
21
24
  "test:watch": "vitest",
22
25
  "test:coverage": "vitest run --coverage",
23
26
  "test:integration": "vitest run tests/integration/*.test.ts --testTimeout=60000",
27
+ "test:e2e": "playwright test",
24
28
  "inspect": "npx @modelcontextprotocol/inspector node dist/index.js",
25
29
  "inspect:dev": "npx @modelcontextprotocol/inspector npx tsx src/index.ts",
26
30
  "inspect:config": "npx @modelcontextprotocol/inspector --config mcp-inspector.json",
31
+ "wizard": "npx tsx src/index.ts init",
32
+ "wizard:build": "node dist/index.js init",
27
33
  "librechat:setup": "./scripts/setup-librechat.sh",
28
34
  "librechat:setup:local": "./scripts/setup-librechat.sh --use-local",
29
35
  "ci": "npm run lint && npm run typecheck && npm run test && npm run build",
30
36
  "version:patch": "npm version patch --no-git-tag-version",
31
37
  "version:minor": "npm version minor --no-git-tag-version",
32
- "version:major": "npm version major --no-git-tag-version",
33
- "release": "npm run ci && npm publish --access public",
34
- "prepublishOnly": "npm run ci"
38
+ "version:major": "npm version major --no-git-tag-version"
35
39
  },
36
40
  "keywords": [
37
41
  "shopify",
@@ -64,21 +68,78 @@
64
68
  "LICENSE"
65
69
  ],
66
70
  "dependencies": {
71
+ "@fontsource/geist-mono": "^5.2.7",
72
+ "@fontsource/geist-sans": "^5.2.5",
73
+ "@hookform/resolvers": "^5.2.2",
74
+ "@inquirer/prompts": "^7.5.1",
67
75
  "@modelcontextprotocol/sdk": "^1.22.0",
76
+ "@prisma/client": "^6.0.0",
77
+ "@radix-ui/react-alert-dialog": "^1.1.15",
78
+ "@radix-ui/react-avatar": "^1.1.11",
79
+ "@radix-ui/react-checkbox": "^1.3.3",
80
+ "@radix-ui/react-collapsible": "^1.1.12",
81
+ "@radix-ui/react-dialog": "^1.1.15",
82
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
83
+ "@radix-ui/react-hover-card": "^1.1.15",
84
+ "@radix-ui/react-label": "^2.1.8",
85
+ "@radix-ui/react-progress": "^1.1.8",
86
+ "@radix-ui/react-scroll-area": "^1.2.10",
87
+ "@radix-ui/react-select": "^2.2.6",
88
+ "@radix-ui/react-separator": "^1.1.8",
89
+ "@radix-ui/react-slot": "^1.2.4",
90
+ "@radix-ui/react-tabs": "^1.1.0",
91
+ "@radix-ui/react-toast": "^1.2.15",
92
+ "@radix-ui/react-tooltip": "^1.2.8",
93
+ "@radix-ui/react-visually-hidden": "^1.2.4",
94
+ "@sentry/node": "^10.29.0",
68
95
  "@shopify/shopify-api": "^11.14.1",
96
+ "@tanstack/react-query": "^5.90.11",
97
+ "bcrypt": "^5.1.1",
98
+ "class-variance-authority": "^0.7.1",
99
+ "clsx": "^2.1.1",
100
+ "cmdk": "^1.1.1",
101
+ "cookie-parser": "^1.4.7",
102
+ "cors": "^2.8.5",
69
103
  "express": "^5.1.0",
104
+ "express-rate-limit": "^8.2.1",
105
+ "lucide-react": "^0.555.0",
106
+ "pino": "^9.14.0",
107
+ "prom-client": "^15.1.3",
108
+ "react": "^19.2.1",
109
+ "react-dom": "^19.2.1",
110
+ "react-hook-form": "^7.67.0",
111
+ "react-router-dom": "^7.10.0",
112
+ "recharts": "^3.5.1",
113
+ "sonner": "^2.0.7",
114
+ "tailwind-merge": "^3.4.0",
115
+ "tailwindcss-animate": "^1.0.7",
116
+ "vaul": "^1.1.2",
70
117
  "zod": "^3.25.76"
71
118
  },
72
119
  "devDependencies": {
73
120
  "@biomejs/biome": "^1.9.4",
121
+ "@playwright/test": "^1.57.0",
122
+ "@tailwindcss/vite": "^4.1.17",
123
+ "@types/bcrypt": "^5.0.2",
124
+ "@types/cookie-parser": "^1.4.10",
125
+ "@types/cors": "^2.8.19",
74
126
  "@types/express": "^5.0.5",
75
127
  "@types/node": "^22.19.1",
128
+ "@types/react": "^19.2.7",
129
+ "@types/react-dom": "^19.2.3",
76
130
  "@types/supertest": "^6.0.3",
131
+ "@vitejs/plugin-react": "^5.1.1",
77
132
  "@vitest/coverage-v8": "^3.2.4",
133
+ "autoprefixer": "^10.4.22",
134
+ "pino-pretty": "^11.3.0",
135
+ "postcss": "^8.5.6",
136
+ "prisma": "^6.0.0",
78
137
  "supertest": "^7.1.4",
138
+ "tailwindcss": "^4.1.17",
79
139
  "tsup": "^8.5.1",
80
140
  "tsx": "^4.20.6",
81
141
  "typescript": "^5.9.3",
142
+ "vite": "^7.2.6",
82
143
  "vitest": "^3.2.4"
83
144
  }
84
145
  }