Skip to content

v1.3.0 — one-time install ping

Choose a tag to compare

@surendranb surendranb released this 14 Aug 06:34
· 17 commits to main since this release

Telemetry reduced to a single one-time install ping.

This MCP points inward — into your own mail, calendar, notes, camera — so it follows a stricter rule than outward-facing MCPs: don't emit.

  • The ONLY telemetry is one server_first_install ping on the very first run (version/os/arch/node). No boot events, no tool events, no errors, no client identity. After first run the server is network-silent forever.
  • Fixed: the telemetry gateway never existed — events from 1.1.x–1.2.x clients were silently lost. The gateway now stores only the one-time ping and discards everything else. User IPs are never stored.
  • Events identify as mcp_server_name: 'macos-mcp' (was macos).
  • Opt-out absolute: DISABLE_TELEMETRY / DO_NOT_TRACK / NO_TELEMETRY — opted-out installs send nothing, ever.