@salesforce/pwa-kit-mcp 3.12.0-nightly-20250729080225 → 3.12.0-nightly-20250730080320
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 -0
- package/README.md +1 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,3 +3,4 @@
|
|
|
3
3
|
- Add `create_new_sample_component` MCP tool. [#2651](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2651)
|
|
4
4
|
- Add `create_app_guidelines` MCP tool. [#2599](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2599)
|
|
5
5
|
- Add `run_site_test` MCP tool [#2645](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2645):
|
|
6
|
+
- Add `create_sample_storefront_page` MCP tool [#2899] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2899)
|
package/README.md
CHANGED
|
@@ -33,6 +33,7 @@ The PWA Storefront MCP Server provides these features.
|
|
|
33
33
|
- "What PWA-Kit presets are available?"
|
|
34
34
|
- "Create a PWA-Kit project using the `retail-react-app-demo` preset in the `~/test-project` directory."
|
|
35
35
|
- `run_site_test`: Run site performance or accessibility test for a given site URL (e.g. [https://pwa-kit.mobify-storefront.com](https://pwa-kit.mobify-storefront.com))
|
|
36
|
+
-`create_sample_storefront_page`: Helps developers create a new sample PWA Storefront page. This feature guides develoopers through a few simple questions and then generates code for the page based on the name of the page, components included, and route.
|
|
36
37
|
|
|
37
38
|
## Setup
|
|
38
39
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/pwa-kit-mcp",
|
|
3
|
-
"version": "3.12.0-nightly-
|
|
3
|
+
"version": "3.12.0-nightly-20250730080320",
|
|
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",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@babel/node": "^7.22.5",
|
|
55
55
|
"@playwright/test": "^1.49.0",
|
|
56
|
-
"@salesforce/pwa-kit-dev": "3.12.0-nightly-
|
|
56
|
+
"@salesforce/pwa-kit-dev": "3.12.0-nightly-20250730080320",
|
|
57
57
|
"cross-env": "^5.2.1",
|
|
58
|
-
"internal-lib-build": "3.12.0-nightly-
|
|
58
|
+
"internal-lib-build": "3.12.0-nightly-20250730080320",
|
|
59
59
|
"nodemon": "^2.0.22"
|
|
60
60
|
},
|
|
61
61
|
"engines": {
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"directory": "dist"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "2ca7c544012f6d03fe3a7e5c0b794807d596fad6"
|
|
69
69
|
}
|