@antonytm/mcp-sitecore-server 0.8.1-bundle → 0.8.3-bundle

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antonytm/mcp-sitecore-server",
3
- "version": "0.8.1-bundle",
3
+ "version": "0.8.3-bundle",
4
4
  "description": "A Model Context Protocol server for Sitecore",
5
5
  "files": [
6
6
  "dist",
@@ -11,27 +11,27 @@
11
11
  "@antonytm/mcp-sitecore-server": "./dist/bundle.js"
12
12
  },
13
13
  "type": "module", "scripts": {
14
- "build": "node esbuild.js",
14
+ "build": "vite build",
15
15
  "build:types": "tsc --emitDeclarationOnly --declaration",
16
16
  "prepare": "npm run build && npm run build:types",
17
- "watch": "node esbuild.js --watch",
18
- "inspector": "npx @modelcontextprotocol/inspector@0.9.0 dist/bundle.js", "start": "npm run build && node --experimental-modules dist/bundle.js",
19
- "run": "npm run build && node --experimental-modules dist/bundle.js",
17
+ "watch": "vite build --watch",
18
+ "inspector": "npx @modelcontextprotocol/inspector@0.9.0 dist/bundle.js",
19
+ "start": "npm run build && node dist/bundle.js",
20
+ "run": "npm run build && node dist/bundle.js",
20
21
  "test": "npm run build && vitest run"
21
22
  },
22
23
  "dependencies": {
23
24
  "@antonytm/clixml-parser": "latest",
24
25
  "@modelcontextprotocol/sdk": "^1.9.0",
25
26
  "graphql": "^16.10.0"
26
- },
27
- "devDependencies": {
27
+ }, "devDependencies": {
28
28
  "@modelcontextprotocol/inspector": "^0.11.0",
29
29
  "@types/express": "^5.0.1",
30
30
  "@types/node": "^22.14.1",
31
- "esbuild": "^0.25.4",
32
31
  "express": "^5.1.0",
33
32
  "ts-node": "^10.9.2",
34
33
  "typescript": "^5.8.3",
34
+ "vite": "^5.0.0",
35
35
  "vitest": "^3.1.3"
36
36
  },
37
37
  "publishConfig": {