Skip to content

Commit 4e8ba7c

Browse files
@W-20598954 MCP docs B2C Commerce
1 parent cfa9310 commit 4e8ba7c

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
> [!NOTE]
66
> This project is currently in **Developer Preview**. Not all features are implemented, and the API may change in future releases. Please provide feedback via GitHub issues and Unofficial Slack.
77
8-
Salesforce Commerce Cloud B2C Command Line Tools.
8+
Salesforce B2C Commerce Cloud Command Line Tools.
99

1010
> [!TIP]
1111
> **Just looking for the B2C CLI or MCP install instructions?** Visit the documentation site at [https://salesforcecommercecloud.github.io/b2c-developer-tooling/](https://salesforcecommercecloud.github.io/b2c-developer-tooling/) for the latest install guide and CLI reference.

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ document.addEventListener('click', (e) => {
136136

137137
export default defineConfig({
138138
title: 'B2C DX',
139-
description: 'Salesforce Commerce Cloud B2C Developer Experience - CLI, MCP Server, and SDK',
139+
description: 'Salesforce B2C Commerce Cloud Developer Experience - CLI, MCP Server, and SDK',
140140
base: basePath,
141141

142142
head: [['script', {}, versionSwitchScript]],

docs/guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
description: Introduction to the B2C CLI, MCP Server, and SDK for Salesforce Commerce Cloud B2C code deployment, site management, and sandbox operations.
2+
description: Introduction to the B2C CLI, MCP Server, and SDK for Salesforce B2C Commerce Cloud code deployment, site management, and sandbox operations.
33
---
44

55
# Introduction
66

7-
The B2C Developer Tooling provides command-line and AI-assisted development tools for Salesforce Commerce Cloud B2C.
7+
The B2C Developer Tooling provides command-line and AI-assisted development tools for Salesforce B2C Commerce Cloud.
88

99
- **B2C CLI**: Command-line interface that you can use to deploy code, manage sandboxes, run jobs, and so on from the terminal.
1010
- **MCP Server**: AI-assisted development tools for Cursor, Claude Desktop, and other AI assistants.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Developer experience tools for Salesforce Commerce Cloud B2C - CLI, MCP Server, and SDK for AI-assisted development, deployment, and automation.
2+
description: Developer experience tools for Salesforce B2C Commerce Cloud - CLI, MCP Server, and SDK for AI-assisted development, deployment, and automation.
33
layout: home
44

55
hero:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/b2c-cli-root",
33
"version": "0.0.1-preview",
4-
"description": "Salesforce Commerce Cloud B2C Command Line Tools",
4+
"description": "Salesforce B2C Commerce Cloud Command Line Tools",
55
"main": "index.js",
66
"scripts": {
77
"start": "pnpm --filter @salesforce/b2c-cli run dev",

packages/b2c-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/b2c-cli",
3-
"description": "A Salesforce Commerce Cloud B2C CLI",
3+
"description": "A Salesforce B2C Commerce Cloud CLI",
44
"version": "0.4.1",
55
"author": "Charles Lavery",
66
"bin": {

packages/b2c-tooling-sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Salesforce Commerce Cloud B2C Tooling SDK
1+
# Salesforce B2C Commerce Cloud Tooling SDK
22

33
> [!NOTE]
44
> This project is currently in **Developer Preview**. Not all features are implemented, and the API may change in future releases.
55
6-
A TypeScript SDK for programmatic access to Salesforce Commerce Cloud B2C APIs including OCAPI, WebDAV, SLAS, ODS, and MRT.
6+
A TypeScript SDK for programmatic access to Salesforce B2C Commerce Cloud APIs including OCAPI, WebDAV, SLAS, ODS, and MRT.
77

88
[![Version](https://img.shields.io/npm/v/@salesforce/b2c-tooling-sdk.svg)](https://npmjs.org/package/@salesforce/b2c-tooling-sdk)
99

packages/b2c-tooling-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/b2c-tooling-sdk",
33
"version": "0.4.1",
4-
"description": "Core tooling library for Salesforce Commerce Cloud B2C CLI",
4+
"description": "Core tooling library for Salesforce B2C Commerce Cloud CLI",
55
"author": "Charles Lavery",
66
"license": "Apache-2.0",
77
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",

skills/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ These skills follow the [Agent Skills](https://agentskills.io/home) format and c
88

99
| Plugin | Description |
1010
|--------|-------------|
11-
| `b2c-cli` | Skills for Salesforce Commerce Cloud B2C CLI operations |
11+
| `b2c-cli` | Skills for Salesforce B2C Commerce Cloud CLI operations |
1212
| `b2c` | B2C Commerce development skills including Custom API development guides |
1313

1414
## Installation

0 commit comments

Comments
 (0)