You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/pwa-kit-mcp/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
## 0.5.0-dev (Oct 24, 2025)
2
+
- Retired the pwakit_create_component tool [#3437](https://github.com/SalesforceCommerceCloud/pwa-kit/issues/3437)
2
3
3
4
## 0.4.0 (Oct 24, 2025)
4
5
- 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)
Copy file name to clipboardExpand all lines: packages/pwa-kit-mcp/README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ It allows AI agents to query context-aware services like this server to help dev
14
14
15
15
## What is PWA-Kit-MCP?
16
16
17
-
PWA-Kit-MCP is a local STDIO MCP Server that communicates via STDIO and operates in conjunction with a running local process, making it a fully locally installed MCP server. It provides an initial suite of MCP tools intended to standardize and optimize the developer workflow for PWA Kit storefront development. These tools facilitate project creation, supply development guidelines, enable the generation of new components and pages, and support site validation through performance and accessibility testing.
17
+
PWA-Kit-MCP is a local STDIO MCP Server that communicates via STDIO and operates in conjunction with a running local process, making it a fully locally installed MCP server. It provides an initial suite of MCP tools intended to standardize and optimize the developer workflow for PWA Kit storefront development. These tools facilitate project creation, supply development guidelines, enable the generation of new pages, and support site validation through performance and accessibility testing.
18
18
19
19
_NOTE: Cursor provides multiple LLMs for your use. These PWA Kit MCP tools were tested with the Claude 4 Sonnet LLM_
20
20
@@ -29,9 +29,6 @@ The PWA Kit MCP Server offers the following intelligent tools tailored to Salesf
29
29
***`pwakit_create_storefront`**:
30
30
Guides agents and developers through creating a new PWA Kit project with `@salesforce/pwa-kit-create-app`.
31
31
32
-
***`pwakit_create_component`**:
33
-
Walks developers through a brief Q\&A to scaffold a component using the commerce data model, layout, and structure.
34
-
35
32
***`pwakit_create_page`**:
36
33
Interactive tool to generate a new PWA storefront page with custom routing and components.
37
34
@@ -189,7 +186,7 @@ Then send JSON-RPC requests like:
0 commit comments