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
refactor(codex): drop b2c-dx-mcp from Codex/Copilot, bump plugin version to 1.0.0
The b2c-dx-mcp plugin ships the MCP server entry point and is only consumed
by Claude Code's plugin system today. Remove it from the Codex marketplace
(and from the Copilot CLI install snippets) so users don't install a dead
plugin. For other clients, the MCP server can still be installed directly
via the standalone MCP docs.
- .agents/plugins/marketplace.json: remove b2c-dx-mcp entry
- plugins/b2c-dx-mcp/.codex-plugin/ and assets/: delete
- Bump b2c-cli and b2c .codex-plugin/plugin.json version from 0.0.1 to 1.0.0
- Update root README, docs/guide/agent-skills.md, b2c-onboarding SKILL.md,
and plugins/b2c-dx-mcp/README.md to reflect the scope change
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Salesforce B2C Commerce Command Line Tools.
12
12
13
13
## Agent Skills & Plugins
14
14
15
-
Install B2C Commerce agent skills and plugins in your AI-powered editor. Four plugins are available: `b2c-cli` (CLI operations), `b2c` (development patterns), `b2c-experimental` (scaffolds), and `b2c-dx-mcp` (MCP server).
15
+
Install B2C Commerce agent skills and plugins in your AI-powered editor. Three plugins are available: `b2c-cli` (CLI operations), `b2c` (development patterns), and `b2c-dx-mcp` (MCP server — Claude Code only).
16
16
17
17
-**Claude Code**: run these commands in chat:
18
18
@@ -31,7 +31,6 @@ Install B2C Commerce agent skills and plugins in your AI-powered editor. Four pl
Open this repository as a workspace, then restart Codex. Open the plugin
44
44
directory and select the "B2C Developer Tooling" marketplace — install
45
-
b2c-cli, b2c, and/or b2c-dx-mcp from there.
45
+
b2c-cliand/or b2c from there.
46
46
```
47
47
48
48
```bash [B2C CLI]
@@ -115,7 +115,9 @@ claude plugin marketplace remove b2c-developer-tooling
115
115
116
116
## Install Codex Plugin
117
117
118
-
Open this repository as a workspace and restart Codex. Open the plugin directory, select the **B2C Developer Tooling** marketplace, and install any of `b2c-cli`, `b2c`, or `b2c-dx-mcp`.
118
+
Open this repository as a workspace and restart Codex. Open the plugin directory, select the **B2C Developer Tooling** marketplace, and install `b2c-cli` and/or `b2c`.
119
+
120
+
> **Note:** The `b2c-dx-mcp` plugin is available only for Claude Code. For other clients, install the MCP server directly — see [MCP Installation](/mcp/installation).
**VS Code (GitHub Copilot):** Command Palette → **Chat: Install Plugin From Source** → enter the repo `SalesforceCommerceCloud/b2c-developer-tooling`.
20
-
21
-
**Codex:** open the repo as a workspace, restart Codex, then install from the **B2C Developer Tooling** marketplace in the plugin directory.
22
-
23
-
For standalone MCP setup and configuration, see the [MCP Server Overview](https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/) and [MCP Installation](https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/installation).
16
+
For other clients (VS Code, Copilot CLI, Codex, Cursor, etc.), install the MCP server directly — see the [MCP Server Overview](https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/) and [MCP Installation](https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/installation).
Copy file name to clipboardExpand all lines: skills/b2c/skills/b2c-onboarding/SKILL.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,18 +32,20 @@ Silently identify the IDE from system context:
32
32
33
33
### Step 2 — Install the other B2C skills plugins
34
34
35
-
This onboarding skill is part of the `b2c` plugin. For a full B2C Commerce setup, the user will also want the `b2c-cli` plugin (CLI operations) and `b2c-dx-mcp` plugin (MCP server). Offer to install them for the detected client:
35
+
This onboarding skill is part of the `b2c` plugin. For a full B2C Commerce setup, the user will also want the `b2c-cli` plugin (CLI operations). Offer to install it for the detected client:
36
36
37
37
| Client | Install command(s) |
38
38
|---------------|--------------------|
39
-
|`claude-code`|`/plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling` then `/plugin install b2c-cli@b2c-developer-tooling` and `/plugin install b2c-dx-mcp@b2c-developer-tooling`|
39
+
|`claude-code`|`/plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling` then `/plugin install b2c-cli@b2c-developer-tooling`(and optionally `/plugin install b2c-dx-mcp@b2c-developer-tooling` for the MCP server — Claude Code only)|
40
40
|`vscode` (GitHub Copilot) | Command Palette (Cmd+Shift+P) → **Chat: Install Plugin From Source** → enter the repo `SalesforceCommerceCloud/b2c-developer-tooling`|
|`codex`| Open the repo as a workspace, restart Codex, then install `b2c-cli`/ `b2c` / `b2c-dx-mcp`from the **B2C Developer Tooling** marketplace in the plugin directory |
|`codex`| Open the repo as a workspace, restart Codex, then install `b2c-cli` from the **B2C Developer Tooling** marketplace in the plugin directory |
44
44
|`gemini-cli`|`gemini extensions install https://github.com/SalesforceCommerceCloud/b2c-developer-tooling` (run in terminal, not inside the CLI) |
45
45
|`other`| Use the file-copy installer below |
46
46
47
+
For clients other than Claude Code, the `b2c-dx-mcp` MCP server can be installed directly — see the [MCP installation docs](https://salesforcecommercecloud.github.io/b2c-developer-tooling/mcp/installation).
48
+
47
49
**Alternative — file-copy installer for any IDE** (also the right command to **update** already-installed skills or add a specific skill set):
0 commit comments