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
fix(042): show DO_NOT_TRACK and CI override reason in telemetry status
Related #42
Previously `mcpproxy telemetry status` only checked MCPPROXY_TELEMETRY=false
for the env override flag. Now it uses the same precedence chain as the
service itself (DO_NOT_TRACK > CI > MCPPROXY_TELEMETRY) and reports the
specific override reason in both the table and JSON outputs.
0 commit comments