@salesforce/pwa-kit-mcp 0.4.0-preview.0 → 0.4.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.
- package/CHANGELOG.md +1 -1
- package/dist/CHANGELOG.md +1 -1
- package/dist/package.json +4 -3
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## 0.4.0
|
|
1
|
+
## 0.4.0 (Oct 24, 2025)
|
|
2
2
|
- Unexposed the extra parameters on create_page tool. [#3359] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3359), [#3379] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3379)
|
|
3
3
|
- Create page and component tools integrate their responses into agent IDE [#3377](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3377)
|
|
4
4
|
- Added Hooks Recommendation tool [#3388](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3388)
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## 0.4.0
|
|
1
|
+
## 0.4.0 (Oct 24, 2025)
|
|
2
2
|
- Unexposed the extra parameters on create_page tool. [#3359] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3359), [#3379] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3379)
|
|
3
3
|
- Create page and component tools integrate their responses into agent IDE [#3377](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3377)
|
|
4
4
|
- Added Hooks Recommendation tool [#3388](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3388)
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/pwa-kit-mcp",
|
|
3
|
-
"version": "0.4.0
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "MCP server that helps you build Salesforce Commerce Cloud PWA Kit Composable Storefront",
|
|
6
6
|
"main": "dist/server/server.js",
|
|
@@ -48,14 +48,15 @@
|
|
|
48
48
|
"cross-spawn": "^7.0.6",
|
|
49
49
|
"playwright": "^1.49.0",
|
|
50
50
|
"shelljs": "^0.9.2",
|
|
51
|
+
"webdav": "^5.8.0",
|
|
51
52
|
"zod": "^3.25.56"
|
|
52
53
|
},
|
|
53
54
|
"devDependencies": {
|
|
54
55
|
"@babel/node": "^7.22.5",
|
|
55
56
|
"@playwright/test": "^1.49.0",
|
|
56
|
-
"@salesforce/pwa-kit-dev": "3.
|
|
57
|
+
"@salesforce/pwa-kit-dev": "3.13.0",
|
|
57
58
|
"cross-env": "^5.2.1",
|
|
58
|
-
"internal-lib-build": "3.
|
|
59
|
+
"internal-lib-build": "3.13.0",
|
|
59
60
|
"nodemon": "^2.0.22"
|
|
60
61
|
},
|
|
61
62
|
"engines": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/pwa-kit-mcp",
|
|
3
|
-
"version": "0.4.0
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "MCP server that helps you build Salesforce Commerce Cloud PWA Kit Composable Storefront",
|
|
6
6
|
"main": "dist/server/server.js",
|
|
@@ -48,14 +48,15 @@
|
|
|
48
48
|
"cross-spawn": "^7.0.6",
|
|
49
49
|
"playwright": "^1.49.0",
|
|
50
50
|
"shelljs": "^0.9.2",
|
|
51
|
+
"webdav": "^5.8.0",
|
|
51
52
|
"zod": "^3.25.56"
|
|
52
53
|
},
|
|
53
54
|
"devDependencies": {
|
|
54
55
|
"@babel/node": "^7.22.5",
|
|
55
56
|
"@playwright/test": "^1.49.0",
|
|
56
|
-
"@salesforce/pwa-kit-dev": "3.
|
|
57
|
+
"@salesforce/pwa-kit-dev": "3.13.0",
|
|
57
58
|
"cross-env": "^5.2.1",
|
|
58
|
-
"internal-lib-build": "3.
|
|
59
|
+
"internal-lib-build": "3.13.0",
|
|
59
60
|
"nodemon": "^2.0.22"
|
|
60
61
|
},
|
|
61
62
|
"engines": {
|