Skip to content

Commit 489a0bb

Browse files
committed
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
1 parent c927489 commit 489a0bb

9 files changed

Lines changed: 17 additions & 102 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@
2727
"authentication": "ON_INSTALL"
2828
},
2929
"category": "Productivity"
30-
},
31-
{
32-
"name": "b2c-dx-mcp",
33-
"source": {
34-
"source": "local",
35-
"path": "./plugins/b2c-dx-mcp"
36-
},
37-
"policy": {
38-
"installation": "AVAILABLE",
39-
"authentication": "ON_INSTALL"
40-
},
41-
"category": "Productivity"
4230
}
4331
]
4432
}

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Salesforce B2C Commerce Command Line Tools.
1212
1313
## Agent Skills & Plugins
1414

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).
1616

1717
- **Claude Code**: run these commands in chat:
1818

@@ -31,7 +31,6 @@ Install B2C Commerce agent skills and plugins in your AI-powered editor. Four pl
3131
copilot plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling
3232
copilot plugin install b2c-cli@b2c-developer-tooling
3333
copilot plugin install b2c@b2c-developer-tooling
34-
copilot plugin install b2c-dx-mcp@b2c-developer-tooling
3534
```
3635
3736
- **Cursor**: add the marketplace from this repo URL in Cursor Settings → Plugins, then install `b2c-cli` / `b2c`.

docs/guide/agent-skills.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ copilot plugin install b2c@b2c-developer-tooling
4242
```text [Codex]
4343
Open this repository as a workspace, then restart Codex. Open the plugin
4444
directory and select the "B2C Developer Tooling" marketplace — install
45-
b2c-cli, b2c, and/or b2c-dx-mcp from there.
45+
b2c-cli and/or b2c from there.
4646
```
4747

4848
```bash [B2C CLI]
@@ -115,7 +115,9 @@ claude plugin marketplace remove b2c-developer-tooling
115115

116116
## Install Codex Plugin
117117

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).
119121
120122
## Installation with B2C CLI
121123

plugins/b2c-dx-mcp/.codex-plugin/plugin.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

plugins/b2c-dx-mcp/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,14 @@ Part of the [B2C Developer Tooling](https://github.com/SalesforceCommerceCloud/b
66

77
## Installation
88

9+
**Claude Code:**
10+
911
```bash
10-
# Claude Code
1112
claude plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling
1213
claude plugin install b2c-dx-mcp@b2c-developer-tooling
13-
14-
# GitHub Copilot CLI
15-
copilot plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling
16-
copilot plugin install b2c-dx-mcp@b2c-developer-tooling
1714
```
1815

19-
**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).
2417

2518
## License
2619

plugins/b2c-dx-mcp/assets/logo.svg

Lines changed: 0 additions & 31 deletions
This file was deleted.

skills/b2c-cli/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "b2c-cli",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "B2C CLI Skills for Salesforce Commerce Cloud development.",
55
"author": {
66
"name": "Salesforce"

skills/b2c/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "b2c",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "B2C Commerce development skills including Custom API development guides.",
55
"author": {
66
"name": "Salesforce"

skills/b2c/skills/b2c-onboarding/SKILL.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,20 @@ Silently identify the IDE from system context:
3232

3333
### Step 2 — Install the other B2C skills plugins
3434

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:
3636

3737
| Client | Install command(s) |
3838
|---------------|--------------------|
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) |
4040
| `vscode` (GitHub Copilot) | Command Palette (Cmd+Shift+P) → **Chat: Install Plugin From Source** → enter the repo `SalesforceCommerceCloud/b2c-developer-tooling` |
41-
| GitHub Copilot CLI | `copilot plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling` then `copilot plugin install b2c-cli@b2c-developer-tooling` and `copilot plugin install b2c-dx-mcp@b2c-developer-tooling` |
42-
| `cursor` | Cursor Settings → Plugins → add marketplace URL `https://github.com/SalesforceCommerceCloud/b2c-developer-tooling`, then install `b2c-cli` and `b2c-dx-mcp` |
43-
| `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 |
41+
| GitHub Copilot CLI | `copilot plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling` then `copilot plugin install b2c-cli@b2c-developer-tooling` |
42+
| `cursor` | Cursor Settings → Plugins → add marketplace URL `https://github.com/SalesforceCommerceCloud/b2c-developer-tooling`, then install `b2c-cli` |
43+
| `codex` | Open the repo as a workspace, restart Codex, then install `b2c-cli` from the **B2C Developer Tooling** marketplace in the plugin directory |
4444
| `gemini-cli` | `gemini extensions install https://github.com/SalesforceCommerceCloud/b2c-developer-tooling` (run in terminal, not inside the CLI) |
4545
| `other` | Use the file-copy installer below |
4646

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+
4749
**Alternative — file-copy installer for any IDE** (also the right command to **update** already-installed skills or add a specific skill set):
4850

4951
```bash

0 commit comments

Comments
 (0)