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: docs/mcp/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: MCP Server for Salesforce B2C Commerce - AI-assisted development to
6
6
7
7
The B2C DX MCP Server enables AI assistants (like Cursor, Claude Desktop, and others) to help with B2C Commerce development tasks. It provides toolsets for **SCAPI**, **CARTRIDGES**, **MRT**, **PWAV3**, and **STOREFRONTNEXT** development.
8
8
9
-
> ⚠️ **Active Development**: This package is under active development. Some tools are currently **placeholder implementations** that return mock responses. Tool implementations will be added incrementally.
9
+
> ⚠️ **Preview Release**: This package is in preview. Tools are functional but require `--allow-non-ga-tools` to enable. Additional tools will be added in future releases.
Copy file name to clipboardExpand all lines: docs/mcp/toolsets.md
+3-16Lines changed: 3 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: Available toolsets and tools in the B2C DX MCP Server for SCAPI, CA
6
6
7
7
The B2C DX MCP Server provides five toolsets with specialized tools for different B2C Commerce development workflows.
8
8
9
-
> **Note:**Some tools are currently placeholder or early release implementations. Use `--allow-non-ga-tools`flag to enable them.
9
+
> **Note:**Tools require `--allow-non-ga-tools` to enable (preview release).
10
10
11
11
## Overview
12
12
@@ -53,21 +53,14 @@ Managed Runtime operations for PWA Kit and Storefront Next deployments.
53
53
54
54
PWA Kit v3 development tools for building headless storefronts.
55
55
56
-
**Status:** 🚧 Placeholder
56
+
**Status:** 🚧 Early Access (PWA Kit-specific tools planned)
57
57
58
58
**Auto-enabled for:** PWA Kit v3 projects (detected by `@salesforce/pwa-kit-*` dependencies)
59
59
60
60
### Tools
61
61
62
62
| Tool | Description | Documentation |
63
63
|------|-------------|---------------|
64
-
|`pwakit_create_storefront`| Create a new PWA Kit storefront project | — |
65
-
|`pwakit_create_page`| Create a new page component in the PWA Kit project | — |
66
-
|`pwakit_create_component`| Create a React component in the PWA Kit project | — |
67
-
|`pwakit_get_dev_guidelines`| Get PWA Kit development guidelines and best practices | — |
68
-
|`pwakit_recommend_hooks`| Recommend appropriate React hooks for PWA Kit use cases | — |
69
-
|`pwakit_run_site_test`| Run site tests for PWA Kit project | — |
70
-
|`pwakit_install_agent_rules`| Install AI agent rules for PWA Kit development | — |
71
64
|[`scapi_schemas_list`](./tools/scapi-schemas-list)| List or fetch SCAPI schemas (standard and custom). Use apiFamily: "custom" for custom APIs. |[View details](./tools/scapi-schemas-list)|
72
65
|[`scapi_custom_apis_status`](./tools/scapi-custom-apis-status)| Get registration status of custom API endpoints (active/not_registered). Remote only, requires OAuth. |[View details](./tools/scapi-custom-apis-status)|
@@ -86,13 +79,12 @@ Salesforce Commerce API discovery and exploration.
86
79
|------|-------------|---------------|
87
80
|[`scapi_schemas_list`](./tools/scapi-schemas-list)| List or fetch SCAPI schemas (standard and custom). Use apiFamily: "custom" for custom APIs. |[View details](./tools/scapi-schemas-list)|
88
81
|[`scapi_custom_apis_status`](./tools/scapi-custom-apis-status)| Get registration status of custom API endpoints (active/not_registered). Remote only, requires OAuth. |[View details](./tools/scapi-custom-apis-status)|
89
-
|`scapi_customapi_scaffold`| Scaffold a new custom SCAPI API (not yet implemented) | — |
90
82
91
83
## STOREFRONTNEXT
92
84
93
85
Storefront Next development tools for building modern storefronts.
94
86
95
-
**Status:** 🚧 Placeholder
87
+
**Status:** 🚧 Early Access
96
88
97
89
**Auto-enabled for:** Storefront Next projects (detected by `@salesforce/storefront-next*` dependencies)
98
90
@@ -101,12 +93,7 @@ Storefront Next development tools for building modern storefronts.
101
93
| Tool | Description | Documentation |
102
94
|------|-------------|---------------|
103
95
|`storefront_next_development_guidelines`| Get Storefront Next development guidelines and best practices | — |
104
-
|`storefront_next_site_theming`| Configure and manage site theming for Storefront Next | — |
105
-
|`storefront_next_figma_to_component_workflow`| Convert Figma designs to Storefront Next components | — |
106
-
|`storefront_next_generate_component`| Generate a new Storefront Next component | — |
107
-
|`storefront_next_map_tokens_to_theme`| Map design tokens to Storefront Next theme configuration | — |
108
96
|[`storefront_next_page_designer_decorator`](./tools/storefront-next-page-designer-decorator)| Add Page Designer decorators to Storefront Next components |[View details](./tools/storefront-next-page-designer-decorator)|
109
-
|`storefront_next_generate_page_designer_metadata`| Generate Page Designer metadata for Storefront Next components | — |
110
97
|[`scapi_schemas_list`](./tools/scapi-schemas-list)| List or fetch SCAPI schemas (standard and custom). Use apiFamily: "custom" for custom APIs. |[View details](./tools/scapi-schemas-list)|
111
98
|[`scapi_custom_apis_status`](./tools/scapi-custom-apis-status)| Get registration status of custom API endpoints (active/not_registered). Remote only, requires OAuth. |[View details](./tools/scapi-custom-apis-status)|
0 commit comments