CHANGELOG.md
CLAUDE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
pyapple_mcp/__init__.py
pyapple_mcp/cli.py
pyapple_mcp/consent.py
pyapple_mcp/handlers.py
pyapple_mcp/outcomes.py
pyapple_mcp/policy.py
pyapple_mcp/server.py
pyapple_mcp/setup_helper.py
pyapple_mcp.egg-info/PKG-INFO
pyapple_mcp.egg-info/SOURCES.txt
pyapple_mcp.egg-info/dependency_links.txt
pyapple_mcp.egg-info/entry_points.txt
pyapple_mcp.egg-info/requires.txt
pyapple_mcp.egg-info/top_level.txt
pyapple_mcp/utils/__init__.py
pyapple_mcp/utils/applescript.py
pyapple_mcp/utils/calendar.py
pyapple_mcp/utils/contacts.py
pyapple_mcp/utils/doctor.py
pyapple_mcp/utils/mail.py
pyapple_mcp/utils/maps.py
pyapple_mcp/utils/messages.py
pyapple_mcp/utils/notes.py
pyapple_mcp/utils/pasteboard.py
pyapple_mcp/utils/phrasing.py
pyapple_mcp/utils/presence.py
pyapple_mcp/utils/reminders.py
pyapple_mcp/utils/shortcuts.py
pyapple_mcp/utils/timeparse.py
pyapple_mcp/utils/truncation.py
tests/__init__.py
tests/conftest.py
tests/test_applescript_escaping.py
tests/test_applescript_timeout.py
tests/test_calendar.py
tests/test_cli.py
tests/test_cli_rendering.py
tests/test_consent.py
tests/test_contacts.py
tests/test_conversations.py
tests/test_doctor.py
tests/test_flags_and_phrasing.py
tests/test_mail.py
tests/test_mail_threads.py
tests/test_maps.py
tests/test_messages_attachments.py
tests/test_notes_and_messages.py
tests/test_notes_move.py
tests/test_policy.py
tests/test_presence.py
tests/test_reminders.py
tests/test_reminders_lists.py
tests/test_server.py
tests/test_shortcuts.py
tests/test_source_compiles.py