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
+5-17Lines changed: 5 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -525,7 +525,11 @@ When `--config` is not provided, the MCP server searches upward from `~/` for a
525
525
526
526
## Telemetry
527
527
528
-
The MCP server collects anonymous usage telemetry to help improve the developer experience. Telemetry is enabled by default and can be disabled by setting the `SFCC_TELEMETRY` environment variable to `false`.
528
+
The MCP server collects anonymous usage telemetry to help improve the developer experience.
529
+
530
+
**Development mode**: Telemetry is automatically disabled when `NODE_ENV=development` (set by `bin/dev.js`), so local development and testing won't pollute production data.
531
+
532
+
**Production**: Telemetry is enabled by default for published releases. To disable, set `SFCC_TELEMETRY=false`.
529
533
530
534
### What We Collect
531
535
@@ -540,22 +544,6 @@ The MCP server collects anonymous usage telemetry to help improve the developer
540
544
-**No tool arguments**: No input parameters or output results from tool calls
541
545
-**No file contents**: No source code, configuration files, or project data
542
546
543
-
### Disabling Telemetry
544
-
545
-
Set the `SFCC_TELEMETRY` environment variable to `false`:
0 commit comments