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
* Bug fixes one and two
* Server stopped fix
* Fix Tool_called log
* Expand dev.js files for env vars
* Update dev.js and fix error logs
* Revert env change
* Re-add disable by default
* Fix flush and align features with other repo
* Fix logic to read env var from mcp.json
* Fix failing tests
* Fix dev.js logic
* Fix som cli error, update relevant unit tests
* Remove unneeded code and update README
* Remove debug code
* Remove debug code again
* Simpllify README, run.js, and combine send event and flush
* Revert file
* Update jsdoc for clarity
Copy file name to clipboardExpand all lines: packages/b2c-dx-mcp/README.md
+4-15Lines changed: 4 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,23 +304,12 @@ The MCP server collects anonymous usage telemetry to help improve the developer
304
304
305
305
**Development mode**: Telemetry is automatically disabled when using `bin/dev.js`, so local development and testing won't pollute production data.
306
306
307
-
### Disabling Telemetry
307
+
### Configuring telemetry
308
308
309
-
Set one of these environment variables to disable telemetry:
309
+
Set options in the `env` object of your server entry in `.cursor/mcp.json` or `~/.cursor/mcp.json` (the client injects these when it starts the server):
310
310
311
-
```bash
312
-
# Salesforce CLI standard (recommended)
313
-
SF_DISABLE_TELEMETRY=true
314
-
315
-
# Or SFCC-specific
316
-
SFCC_DISABLE_TELEMETRY=true
317
-
```
318
-
319
-
You can also override the telemetry connection string for testing:
320
-
321
-
```bash
322
-
SFCC_APP_INSIGHTS_KEY=your-connection-string
323
-
```
311
+
-**Disable**: `SF_DISABLE_TELEMETRY=true` or `SFCC_DISABLE_TELEMETRY=true`
0 commit comments