Skip to content

Commit 0b95e99

Browse files
committed
update readme to clarify tools implementation
1 parent fff0f12 commit 0b95e99

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

packages/b2c-dx-mcp/README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
MCP (Model Context Protocol) server for Salesforce B2C Commerce Cloud developer experience tools.
44

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+
57
## Overview
68

79
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`:
8789

8890
Use `--toolsets all` to enable all toolsets, or select specific ones with `--toolsets CARTRIDGES,MRT`.
8991

92+
> **Note:** All tools are currently placeholder implementations. Use `--allow-non-ga-tools` flag to enable them.
93+
9094
#### CARTRIDGES
9195
Code deployment and version management.
96+
- **Status:** 🚧 Placeholder
9297

9398
| Tool | Description |
9499
|------|-------------|
95100
| `cartridge_deploy` | Deploy cartridges to a B2C Commerce instance |
96101

97102
#### MRT
98-
Managed Runtime operations.
103+
Managed Runtime operations for PWA Kit and Storefront Next deployments.
104+
- **Status:** 🚧 Placeholder
99105

100106
| Tool | Description |
101107
|------|-------------|
102108
| `mrt_bundle_push` | Build, push bundle (optionally deploy) |
103109

104110
#### PWAV3
105-
PWA Kit v3 development tools.
111+
PWA Kit v3 development tools for building headless storefronts.
112+
- **Status:** 🚧 Placeholder
106113

107114
| Tool | Description |
108115
|------|-------------|
@@ -120,6 +127,7 @@ PWA Kit v3 development tools.
120127

121128
#### SCAPI
122129
Salesforce Commerce API discovery and exploration.
130+
- **Status:** 🚧 Placeholder
123131

124132
| Tool | Description |
125133
|------|-------------|
@@ -128,7 +136,8 @@ Salesforce Commerce API discovery and exploration.
128136
| `scapi_custom_api_discovery` | Discover custom SCAPI API endpoints |
129137

130138
#### STOREFRONTNEXT
131-
Storefront Next development tools.
139+
Storefront Next development tools for building modern storefronts.
140+
- **Status:** 🚧 Placeholder
132141

133142
| Tool | Description |
134143
|------|-------------|

0 commit comments

Comments
 (0)