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
Document MCP server GA availability updates. CARTRIDGES, MRT, SCAPI, and PWAV3 tools are generally available and no longer require `--allow-non-ga-tools`; STOREFRONTNEXT tools remain in preview.
Copy file name to clipboardExpand all lines: docs/guide/storefront-next.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ description: Set up Storefront Next development environments using the B2C CLI t
4
4
5
5
# Storefront Next
6
6
7
-
::: warning Pilot Preview
8
-
Storefront Next is currently in pilot. Access to Storefront Next is limited to pilot customers. Features and configuration may change.
7
+
::: warning Important
8
+
Storefront Next is currently in a closed pilot. Access to Storefront Next is limited to pilot customers. Features and configuration may change.
9
9
:::
10
10
11
-
This guide walks through setting up the infrastructure for a Storefront Next project using the B2C CLI. The steps cover creating a sandbox, configuring SLAS authentication, setting up an MRT environment, configuring environment variables, and deploying. Not all steps are required — skip any that are already complete for your project.
11
+
Set up Storefront Next development environments using the B2C CLI to create sandboxes, SLAS clients, MRT environments, and deploy.
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 Claude Code, Cursor, GitHub Copilot, and others) to help with B2C Commerce development tasks. It provides toolsets for **SCAPI**, **CARTRIDGES**, **MRT**, **PWAV3**, and **STOREFRONTNEXT** development.
8
8
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.
9
+
> **Note:** 🚧 The STOREFRONTNEXT MCP tool is for Storefront Next. Storefront Next is part of a closed pilot and isn't available for general use.
Copy file name to clipboardExpand all lines: docs/mcp/toolsets.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ 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:** Tools require `--allow-non-ga-tools` to enable (preview release).
10
9
11
10
## Overview
12
11
@@ -25,7 +24,7 @@ Toolsets are collections of related tools that work together to support specific
25
24
26
25
Cartridge development, deployment, and code version management.
27
26
28
-
**Status:**🚧 Early Access
27
+
**Status:**✅ Generally Available
29
28
30
29
**Auto-enabled for:** Cartridge projects (detected by `.project` file)
31
30
@@ -39,7 +38,7 @@ Cartridge development, deployment, and code version management.
39
38
40
39
Managed Runtime operations for PWA Kit and Storefront Next deployments.
41
40
42
-
**Status:**🚧 Early Access
41
+
**Status:**✅ Generally Available
43
42
44
43
**Auto-enabled for:** PWA Kit v3 and Storefront Next projects
45
44
@@ -53,7 +52,7 @@ Managed Runtime operations for PWA Kit and Storefront Next deployments.
53
52
54
53
PWA Kit v3 development tools for building headless storefronts.
55
54
56
-
**Status:**🚧 Early Access (PWA Kit-specific tools planned)
55
+
**Status:**✅ Generally Available
57
56
58
57
**Auto-enabled for:** PWA Kit v3 projects (detected by `@salesforce/pwa-kit-*` dependencies, `@salesforce/retail-react-app`, or `ccExtensibility` field in package.json)
59
58
@@ -71,7 +70,7 @@ PWA Kit v3 development tools for building headless storefronts.
71
70
72
71
Salesforce Commerce API discovery and exploration.
73
72
74
-
**Status:**🚧 Early Access
73
+
**Status:**✅ Generally Available
75
74
76
75
**Always enabled** - Base toolset available for all projects.
77
76
@@ -87,7 +86,9 @@ Salesforce Commerce API discovery and exploration.
87
86
88
87
Storefront Next development tools for building modern storefronts.
89
88
90
-
**Status:** 🚧 Early Access. Storefront Next is part of a closed pilot and isn't available for general use.
89
+
> **Note:** 🚧 This MCP tool is for Storefront Next. Storefront Next is part of a closed pilot and isn't available for general use.
**Auto-enabled for:** Storefront Next projects (detected by `@salesforce/storefront-next*` dependencies, package name starting with `storefront-next`, or workspace packages with these indicators)
Copy file name to clipboardExpand all lines: packages/b2c-dx-mcp/README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,6 @@
2
2
3
3
MCP (Model Context Protocol) server for Salesforce B2C Commerce developer experience tools.
4
4
5
-
> [!NOTE]
6
-
> This project is currently in **Developer Preview**. Tools are functional but require `--allow-non-ga-tools` to enable. Additional tools will be added in future releases.
7
-
8
5
This MCP server enables AI assistants (Cursor, Claude Code, and others) to help with B2C Commerce development tasks. It provides toolsets for **SCAPI**, **CARTRIDGES**, **MRT**, **PWAV3**, and **STOREFRONTNEXT** development.
9
6
10
7
Full documentation: [https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/](https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/)
@@ -184,6 +181,3 @@ For MCP development, testing, and local setup, see [CONTRIBUTING.md](./CONTRIBUT
184
181
185
182
This project is licensed under the Apache License 2.0. See [LICENSE.txt](../../LICENSE.txt) for full details.
186
183
187
-
## Disclaimer
188
-
189
-
This project is currently in **Developer Preview** and is provided "as-is" without warranty of any kind. It is not yet generally available (GA) and should not be used in production environments. Features, APIs, and functionality may change without notice in future releases.
0 commit comments