@antonytm/mcp-sitecore-server 0.20.3 → 0.20.4
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antonytm/mcp-sitecore-server",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.4",
|
|
4
4
|
"description": "A Model Context Protocol server for Sitecore",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -24,13 +24,13 @@
|
|
|
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:0.20.
|
|
27
|
+
"docker:windows:build": "docker build -t antonytm/mcp-sitecore-windows:0.20.4 -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:0.20.
|
|
29
|
+
"docker:windows:push": "docker push antonytm/mcp-sitecore-windows:0.20.4 && 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:0.20.
|
|
31
|
+
"docker:linux:build": "docker build -t antonytm/mcp-sitecore-linux:0.20.4 -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:0.20.
|
|
33
|
+
"docker:linux:push": "docker push antonytm/mcp-sitecore-linux:0.20.4 && 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": {
|