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
+8-26Lines changed: 8 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,59 +185,41 @@ For CLI-based testing:
185
185
186
186
```bash
187
187
# List all tools
188
-
npx mcp-inspector --cli node bin/run.js --toolsets all --allow-non-ga-tools --method tools/list
188
+
npx mcp-inspector --cli node bin/dev.js --toolsets all --allow-non-ga-tools --method tools/list
189
189
190
190
# Call a specific tool
191
-
npx mcp-inspector --cli node bin/run.js --toolsets all --allow-non-ga-tools \
191
+
npx mcp-inspector --cli node bin/dev.js --toolsets all --allow-non-ga-tools \
192
192
--method tools/call \
193
193
--tool-name sfnext_design_decorator
194
194
```
195
195
196
-
#### 2. IDE Integration (Recommended)
196
+
#### 2. IDE Integration
197
197
198
-
For local development with IDE integration (e.g., Cursor, VS Code), use the **watch mode workflow**. This provides fast iteration without requiring global dependencies.
199
-
200
-
**Step 1: Start TypeScript in watch mode**
201
-
202
-
In a terminal, run:
203
-
204
-
```bash
205
-
cd packages/b2c-dx-mcp
206
-
pnpm run dev:watch
207
-
```
208
-
209
-
This watches for file changes and recompiles automatically (~1-2 seconds per change).
210
-
211
-
**Step 2: Configure your IDE to use the production build**
212
-
213
-
Add this to your IDE's MCP configuration:
198
+
Configure your IDE to use the local MCP server. Add this to your IDE's MCP configuration:
0 commit comments