|
1 | 1 | { |
2 | 2 | "name": "@antonytm/mcp-sitecore-server", |
3 | | - "version": "1.2.2-verbose-logging", |
| 3 | + "version": "1.2.3-verbose-logging", |
4 | 4 | "description": "A Model Context Protocol server for Sitecore", |
5 | 5 | "files": [ |
6 | 6 | "dist", |
|
24 | 24 | "start:stdio": "npm run build && cross-env TRANSPORT=stdio node dist/index.js", |
25 | 25 | "run": "npm run build && node dist/run.js", |
26 | 26 | "test": "npm run build && npm run bundle && vitest run", |
27 | | - "docker:windows:build": "docker build -t antonytm/mcp-sitecore-windows:1.2.2-verbose-logging -t antonytm/mcp-sitecore-windows:latest --file .\\docker\\windows\\Dockerfile .", |
| 27 | + "docker:windows:build": "docker build -t antonytm/mcp-sitecore-windows:1.2.3-verbose-logging -t antonytm/mcp-sitecore-windows:latest --file .\\docker\\windows\\Dockerfile .", |
28 | 28 | "docker:windows:run": "docker run -it --rm -p 4001:3001 antonytm/mcp-sitecore-windows:latest", |
29 | | - "docker:windows:push": "docker push antonytm/mcp-sitecore-windows:1.2.2-verbose-logging && docker push antonytm/mcp-sitecore-windows:latest", |
| 29 | + "docker:windows:push": "docker push antonytm/mcp-sitecore-windows:1.2.3-verbose-logging && docker push antonytm/mcp-sitecore-windows:latest", |
30 | 30 | "docker:windows": "npm run docker:windows:build && npm run docker:windows:push", |
31 | | - "docker:linux:build": "docker build -t antonytm/mcp-sitecore-linux:1.2.2-verbose-logging -t antonytm/mcp-sitecore-linux:latest --file ./docker/linux/Dockerfile .", |
| 31 | + "docker:linux:build": "docker build -t antonytm/mcp-sitecore-linux:1.2.3-verbose-logging -t antonytm/mcp-sitecore-linux:latest --file ./docker/linux/Dockerfile .", |
32 | 32 | "docker:linux:run": "docker run -it --rm -p 4001:3001 antonytm/mcp-sitecore-linux:latest", |
33 | | - "docker:linux:push": "docker push antonytm/mcp-sitecore-linux:1.2.2-verbose-logging && docker push antonytm/mcp-sitecore-linux:latest", |
| 33 | + "docker:linux:push": "docker push antonytm/mcp-sitecore-linux:1.2.3-verbose-logging && docker push antonytm/mcp-sitecore-linux:latest", |
34 | 34 | "docker:linux": "npm run docker:linux:build && npm run docker:linux:push" |
35 | 35 | }, |
36 | 36 | "dependencies": { |
|
0 commit comments