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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,15 +136,18 @@ pnpm install
136
136
# Navigate to the package directory
137
137
cd packages/b2c-dx-mcp
138
138
139
+
# Launch MCP Inspector for development (no build needed, uses TypeScript directly)
140
+
pnpm run inspect:dev
141
+
142
+
# Launch MCP Inspector with production build (runs build first)
143
+
pnpm run inspect
144
+
139
145
# Build the package
140
146
pnpm run build
141
147
142
148
# Run tests (includes linting)
143
149
pnpm run test
144
150
145
-
# Launch MCP Inspector (builds first, then opens web UI)
146
-
pnpm run inspect
147
-
148
151
# Format code
149
152
pnpm run format
150
153
@@ -176,7 +179,7 @@ pnpm --filter @salesforce/b2c-dx-mcp run <script>
176
179
Use MCP Inspector to browse tools and test them in a web UI:
177
180
178
181
```bash
179
-
pnpm run inspect
182
+
pnpm run inspect:dev
180
183
```
181
184
182
185
This automatically builds before starting the inspector. Open the localhost URL shown in the terminal, click **Connect**, then **List Tools** to see available tools.
0 commit comments