Skip to content

Apple MCP 0.2.0

Choose a tag to compare

@0xatrilla 0xatrilla released this 15 Jun 10:25

Apple MCP 0.2.0

Requires macOS 26 (Tahoe) or newer. This release drops support for earlier macOS versions.

Security & stability

  • Loopback-only bridge: the EventKit bridge now binds strictly to 127.0.0.1. Previously it listened on all network interfaces despite being documented as localhost-only, exposing Calendar/Reminders access to the local network.
  • Crash fixes: guarded implicitly-unwrapped EventKit title/identifier values so a reminder or event with a missing title no longer crashes the app or helper.
  • Permission revokes no longer incorrectly mark onboarding as complete.

Experience

  • Typed setup feedback: success / error / info / progress results now render as a colored banner with a one-click Copy button and a copyable config block (no more single gray text blob).
  • Denied permissions have a path forward: when Calendar/Reminders access was denied, the app now deep-links straight to the right System Settings privacy pane (macOS won't re-prompt after a denial).
  • Real server status: the header/menu-bar indicator reflects whether the MCP bridge is actually listening, instead of a hardcoded green dot.
  • Added accessibility labels to the integration toggles.

Design

  • Rebuilt Settings as a native grouped Form in a dedicated Liquid Glass window (NSWindowController with full-size content).
  • Liquid Glass treatment on the floating control layer (primary actions, buttons) and a new recurring glass status pill shown consistently across the sidebar, menu bar, and settings.

🤖 Generated with Claude Code