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: docs/guide/index.md
+41-5Lines changed: 41 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
---
2
-
description: Introduction to the B2C CLI 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 Commerce Cloud B2C code deployment, site management, and sandbox operations.
3
3
---
4
4
5
5
# Introduction
6
6
7
-
The B2C CLI is a command-line interface for Salesforce Commerce Cloud B2C — deploy code, manage sandboxes, run jobs, and more from the terminal.
7
+
The B2C Developer Tooling provides command-line and AI-assisted development tools for Salesforce Commerce Cloud B2C:
8
8
9
-
## Quick Install
9
+
-**B2C CLI** - Command-line interface to deploy code, manage sandboxes, run jobs, and more from the terminal
10
+
-**MCP Server** - AI-assisted development tools for Cursor, Claude Desktop, and other AI assistants
Copy file name to clipboardExpand all lines: docs/mcp/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,8 @@ AI assistants automatically decide which MCP tools to use based on your prompts.
112
112
4.**Use natural language**: Describe what you want to achieve, not the tool name
113
113
5.**Provide context**: Mention your project type, what you're building, or what you need to learn
114
114
6.**Ask for guidelines first**: When starting a new project or learning a framework, ask for development guidelines before writing code
115
+
7.**Combine related topics**: Ask for multiple related sections in one request (e.g., "Use the MCP tool to show me data fetching and component patterns for Storefront Next")
116
+
8.**Specify operations clearly**: For deployment operations, mention the target and what to deploy (e.g., "Use the MCP tool to deploy my cartridges to the sandbox instance")
Copy file name to clipboardExpand all lines: docs/mcp/toolsets.md
-29Lines changed: 0 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,35 +115,6 @@ Storefront Next development tools for building modern storefronts.
115
115
116
116
Some tools appear in multiple toolsets (e.g., `mrt_bundle_push`, `scapi_schemas_list`, `scapi_custom_apis_status`). When using multiple toolsets, tools are automatically deduplicated, so you'll only see each tool once.
117
117
118
-
## Prompting Tips
119
-
120
-
### Start with Guidelines
121
-
122
-
When learning a new framework, ask for development guidelines first:
123
-
124
-
- ✅ "Use the MCP tool to get Storefront Next development guidelines."
125
-
- ✅ "Use the MCP tool to show me PWA Kit best practices."
126
-
127
-
### Combine Related Topics
128
-
129
-
Ask for multiple related sections in one request:
130
-
131
-
- ✅ "Use the MCP tool to show me data fetching and component patterns for Storefront Next."
132
-
133
-
### Provide Project Context
134
-
135
-
Mention your project type for better tool selection:
136
-
137
-
- ✅ "I'm working on a Storefront Next project. Use the MCP tool to..."
138
-
- ✅ "In my PWA Kit project, use the MCP tool to..."
139
-
140
-
### Specify Operations Clearly
141
-
142
-
For deployment operations, mention the target and what to deploy:
143
-
144
-
- ✅ "Use the MCP tool to deploy my cartridges to the sandbox instance."
145
-
- ✅ "Use the MCP tool to push my bundle to staging."
146
-
147
118
## Next Steps
148
119
149
120
-[Configuration](./configuration) - Configure credentials and toolset selection
0 commit comments