Disable telemetry in next-devtools-mcp
mainThe server collects anonymous usage telemetry (tool usage, error events, and session metadata). To opt out, set the NEXT_TELEMETRY_DISABLED environment variable to 1 in your shell configuration (e.g., ~/.zshrc or ~/.bashrc).
To delete existing local telemetry data, remove the directory ~/.next-devtools-mcp/.
export NEXT_TELEMETRY_DISABLED=1