Skip to content

Commit ed9c98e

Browse files
authored
Merge pull request #2822 from SalesforceCommerceCloud/bendvc/W-19008094_rename-mcp-project
[🧱 MCP Server Tool] Rename `pwa-storefront-mcp` to `pwa-kit-mcp-server` @@W-19008094@@
2 parents 87c946c + 74ac887 commit ed9c98e

34 files changed

+40
-39
lines changed
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,9 @@ The `mcp.json` file opens. Add this definition to your `mcp.json` file and repla
4545
```json
4646
{
4747
"mcpServers": {
48-
49-
"pwa-storefront-mcp": {
50-
"command": "node {{parent-dir-to-mcp}}/pwa-storefront-mcp/dist/server/server.js",
51-
"transport": "stdio",
52-
"args": [],
48+
"pwa-kit-mcp": {
49+
"command": "npx",
50+
"args": ["-y", "@salesforce/pwa-kit-mcp"],
5351
"env": {
5452
"PWA_STOREFRONT_APP_PATH": "{{path-to-app-directory}}"
5553
}
@@ -80,10 +78,9 @@ The `claude_desktop_config.json` file opens.
8078
```json
8179
{
8280
"mcpServers": {
83-
"pwa-storefront-mcp": {
84-
"command": "{{path-to-node}}/node",
85-
"transport": "stdio",
86-
"args": ["{{parent-dir-to-mcp}}/pwa-storefront-mcp/dist/server/server.js"],
81+
"pwa-kit-mcp": {
82+
"command": "npx",
83+
"args": ["-y", "@salesforce/pwa-kit-mcp"],
8784
"env": {
8885
"PWA_STOREFRONT_APP_PATH": "{{path-to-app-directory}}"
8986
}
File renamed without changes.

packages/pwa-storefront-mcp/claude_desktop_config.json renamed to packages/pwa-kit-mcp/claude_desktop_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"mcpServers": {
3-
"pwa-storefront-mcp": {
3+
"pwa-kit-mcp": {
44
"command": "{{path-to-node}}/node",
55
"transport": "stdio",
6-
"args": ["{{parent-dir-to-mcp}}}/pwa-storefront-mcp/dist/server/server.js"],
6+
"args": ["{{parent-dir-to-mcp}}}/pwa-kit-mcp/dist/server/server.js"],
77
"env": {
88
"PWA_STOREFRONT_APP_PATH": "{{path-to-app-directory}}"
99
}

packages/pwa-storefront-mcp/docs/cursor-integration-guide.md renamed to packages/pwa-kit-mcp/docs/cursor-integration-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ This guide shows different methods to programmatically insert code blocks in fil
1010
// Add to your Cursor MCP configuration
1111
{
1212
"mcpServers": {
13-
"pwa-storefront-mcp": {
13+
"pwa-kit-mcp": {
1414
"command": "node",
15-
"args": ["pwa-storefront-mcp/server.js"]
15+
"args": ["pwa-kit-mcp/server.js"]
1616
}
1717
}
1818
}

packages/pwa-storefront-mcp/docs/images/claude-config.png renamed to packages/pwa-kit-mcp/docs/images/claude-config.png

File renamed without changes.

packages/pwa-storefront-mcp/docs/images/claude-list-tools.png renamed to packages/pwa-kit-mcp/docs/images/claude-list-tools.png

File renamed without changes.

packages/pwa-storefront-mcp/docs/images/cursor-mcp-tools.png renamed to packages/pwa-kit-mcp/docs/images/cursor-mcp-tools.png

File renamed without changes.

0 commit comments

Comments
 (0)