Skip to content

Commit ef3e89e

Browse files
committed
update mcp docs
1 parent ae5ce82 commit ef3e89e

2 files changed

Lines changed: 4 additions & 17 deletions

File tree

docs/mcp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: MCP Server for Salesforce B2C Commerce - AI-assisted development to
66

77
The B2C DX MCP Server enables AI assistants (like Cursor, Claude Desktop, and others) to help with B2C Commerce development tasks. It provides toolsets for **SCAPI**, **CARTRIDGES**, **MRT**, **PWAV3**, and **STOREFRONTNEXT** development.
88

9-
> ⚠️ **Active Development**: This package is under active development. Some tools are currently **placeholder implementations** that return mock responses. Tool implementations will be added incrementally.
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.
1010
1111
## Overview
1212

docs/mcp/toolsets.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Available toolsets and tools in the B2C DX MCP Server for SCAPI, CA
66

77
The B2C DX MCP Server provides five toolsets with specialized tools for different B2C Commerce development workflows.
88

9-
> **Note:** Some tools are currently placeholder or early release implementations. Use `--allow-non-ga-tools` flag to enable them.
9+
> **Note:** Tools require `--allow-non-ga-tools` to enable (preview release).
1010
1111
## Overview
1212

@@ -53,21 +53,14 @@ Managed Runtime operations for PWA Kit and Storefront Next deployments.
5353

5454
PWA Kit v3 development tools for building headless storefronts.
5555

56-
**Status:** 🚧 Placeholder
56+
**Status:** 🚧 Early Access (PWA Kit-specific tools planned)
5757

5858
**Auto-enabled for:** PWA Kit v3 projects (detected by `@salesforce/pwa-kit-*` dependencies)
5959

6060
### Tools
6161

6262
| Tool | Description | Documentation |
6363
|------|-------------|---------------|
64-
| `pwakit_create_storefront` | Create a new PWA Kit storefront project ||
65-
| `pwakit_create_page` | Create a new page component in the PWA Kit project ||
66-
| `pwakit_create_component` | Create a React component in the PWA Kit project ||
67-
| `pwakit_get_dev_guidelines` | Get PWA Kit development guidelines and best practices ||
68-
| `pwakit_recommend_hooks` | Recommend appropriate React hooks for PWA Kit use cases ||
69-
| `pwakit_run_site_test` | Run site tests for PWA Kit project ||
70-
| `pwakit_install_agent_rules` | Install AI agent rules for PWA Kit development ||
7164
| [`scapi_schemas_list`](./tools/scapi-schemas-list) | List or fetch SCAPI schemas (standard and custom). Use apiFamily: "custom" for custom APIs. | [View details](./tools/scapi-schemas-list) |
7265
| [`scapi_custom_apis_status`](./tools/scapi-custom-apis-status) | Get registration status of custom API endpoints (active/not_registered). Remote only, requires OAuth. | [View details](./tools/scapi-custom-apis-status) |
7366
| [`mrt_bundle_push`](./tools/mrt-bundle-push) | Build, push bundle (optionally deploy) | [View details](./tools/mrt-bundle-push) |
@@ -86,13 +79,12 @@ Salesforce Commerce API discovery and exploration.
8679
|------|-------------|---------------|
8780
| [`scapi_schemas_list`](./tools/scapi-schemas-list) | List or fetch SCAPI schemas (standard and custom). Use apiFamily: "custom" for custom APIs. | [View details](./tools/scapi-schemas-list) |
8881
| [`scapi_custom_apis_status`](./tools/scapi-custom-apis-status) | Get registration status of custom API endpoints (active/not_registered). Remote only, requires OAuth. | [View details](./tools/scapi-custom-apis-status) |
89-
| `scapi_customapi_scaffold` | Scaffold a new custom SCAPI API (not yet implemented) ||
9082

9183
## STOREFRONTNEXT
9284

9385
Storefront Next development tools for building modern storefronts.
9486

95-
**Status:** 🚧 Placeholder
87+
**Status:** 🚧 Early Access
9688

9789
**Auto-enabled for:** Storefront Next projects (detected by `@salesforce/storefront-next*` dependencies)
9890

@@ -101,12 +93,7 @@ Storefront Next development tools for building modern storefronts.
10193
| Tool | Description | Documentation |
10294
|------|-------------|---------------|
10395
| `storefront_next_development_guidelines` | Get Storefront Next development guidelines and best practices ||
104-
| `storefront_next_site_theming` | Configure and manage site theming for Storefront Next ||
105-
| `storefront_next_figma_to_component_workflow` | Convert Figma designs to Storefront Next components ||
106-
| `storefront_next_generate_component` | Generate a new Storefront Next component ||
107-
| `storefront_next_map_tokens_to_theme` | Map design tokens to Storefront Next theme configuration ||
10896
| [`storefront_next_page_designer_decorator`](./tools/storefront-next-page-designer-decorator) | Add Page Designer decorators to Storefront Next components | [View details](./tools/storefront-next-page-designer-decorator) |
109-
| `storefront_next_generate_page_designer_metadata` | Generate Page Designer metadata for Storefront Next components ||
11097
| [`scapi_schemas_list`](./tools/scapi-schemas-list) | List or fetch SCAPI schemas (standard and custom). Use apiFamily: "custom" for custom APIs. | [View details](./tools/scapi-schemas-list) |
11198
| [`scapi_custom_apis_status`](./tools/scapi-custom-apis-status) | Get registration status of custom API endpoints (active/not_registered). Remote only, requires OAuth. | [View details](./tools/scapi-custom-apis-status) |
11299
| [`mrt_bundle_push`](./tools/mrt-bundle-push) | Build, push bundle (optionally deploy) | [View details](./tools/mrt-bundle-push) |

0 commit comments

Comments
 (0)