@salesforce/pwa-kit-mcp 3.12.0-nightly-20250807080223 → 3.12.0-nightly-20250808080233
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 +2 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,5 @@
|
|
|
3
3
|
- Add `create_app_guidelines` MCP tool [#2663](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2663)
|
|
4
4
|
- Add `create_new_sample_component` MCP tool. [#2651](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2651)
|
|
5
5
|
- Add `create_app_guidelines` MCP tool. [#2599](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2599)
|
|
6
|
-
- Add `run_site_test` MCP tool [#2645](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2645)
|
|
7
|
-
- Add `create_sample_storefront_page` MCP tool [#2899]
|
|
8
|
-
- fix `logMCPMessage` and add a test for this debugging util. [#2989] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2989)
|
|
9
|
-
- fix `run_site_test` accessibility tool response format. [#3003] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3003)
|
|
6
|
+
- Add `run_site_test` MCP tool [#2989](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2989) [#2645](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2645) [#3003](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3003)
|
|
7
|
+
- Add `create_sample_storefront_page` MCP tool [#2899](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2899) [#3014](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3014)
|
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-20250808080233",
|
|
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-20250808080233",
|
|
57
57
|
"cross-env": "^5.2.1",
|
|
58
|
-
"internal-lib-build": "3.12.0-nightly-
|
|
58
|
+
"internal-lib-build": "3.12.0-nightly-20250808080233",
|
|
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": "df9b617d1ffb9e9df4325ee83f4ab72c10efbd09"
|
|
69
69
|
}
|