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
@@ -523,7 +523,11 @@ When `--config` is not provided, the MCP server searches upward from `~/` for a
523
523
524
524
## Telemetry
525
525
526
-
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`.
526
+
The MCP server collects anonymous usage telemetry to help improve the developer experience.
527
+
528
+
**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.
529
+
530
+
**Production**: Telemetry is enabled by default for published releases. To disable, set `SFCC_TELEMETRY=false`.
527
531
528
532
### What We Collect
529
533
@@ -538,22 +542,6 @@ The MCP server collects anonymous usage telemetry to help improve the developer
538
542
-**No tool arguments**: No input parameters or output results from tool calls
539
543
-**No file contents**: No source code, configuration files, or project data
540
544
541
-
### Disabling Telemetry
542
-
543
-
Set the `SFCC_TELEMETRY` environment variable to `false`:
0 commit comments