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: packages/b2c-dx-mcp/README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
MCP (Model Context Protocol) server for Salesforce B2C Commerce Cloud developer experience tools.
4
4
5
+
> ⚠️ **Active Development**: This package is under active development. All tools are currently **placeholder implementations** that return mock responses. Tool implementations will be added incrementally.
6
+
5
7
## Overview
6
8
7
9
This package provides an MCP server that exposes B2C Commerce developer tools for AI assistants. Built with [oclif](https://oclif.io/) for robust CLI handling with auto-generated help and environment variable support.
@@ -87,22 +89,27 @@ Add to `claude_desktop_config.json`:
87
89
88
90
Use `--toolsets all` to enable all toolsets, or select specific ones with `--toolsets CARTRIDGES,MRT`.
89
91
92
+
> **Note:** All tools are currently placeholder implementations. Use `--allow-non-ga-tools` flag to enable them.
93
+
90
94
#### CARTRIDGES
91
95
Code deployment and version management.
96
+
-**Status:** 🚧 Placeholder
92
97
93
98
| Tool | Description |
94
99
|------|-------------|
95
100
|`cartridge_deploy`| Deploy cartridges to a B2C Commerce instance |
96
101
97
102
#### MRT
98
-
Managed Runtime operations.
103
+
Managed Runtime operations for PWA Kit and Storefront Next deployments.
0 commit comments