LICENSE
README.md
pyproject.toml
personal_whatsapp_mcp.egg-info/PKG-INFO
personal_whatsapp_mcp.egg-info/SOURCES.txt
personal_whatsapp_mcp.egg-info/dependency_links.txt
personal_whatsapp_mcp.egg-info/entry_points.txt
personal_whatsapp_mcp.egg-info/requires.txt
personal_whatsapp_mcp.egg-info/top_level.txt
tests/test_app.py
tests/test_config.py
tests/test_contacts.py
tests/test_delivery_scope.py
tests/test_disclosure_hours_summary.py
tests/test_events_sse.py
tests/test_extract.py
tests/test_guardrails.py
tests/test_injection.py
tests/test_jid.py
tests/test_packaging.py
tests/test_qr_render.py
tests/test_resolve_chat.py
tests/test_settings_page.py
tests/test_store.py
tests/test_sync.py
tests/test_trigger.py
tests/test_zero_config.py
wa_mcp/__init__.py
wa_mcp/__main__.py
wa_mcp/app.py
wa_mcp/config.py
wa_mcp/delivery.py
wa_mcp/errors.py
wa_mcp/py.typed
wa_mcp/runtime.py
wa_mcp/search.py
wa_mcp/settings_ui.py
wa_mcp/ui.py
wa_mcp/web.py
wa_mcp/static/apple-touch-icon.png
wa_mcp/static/favicon.png
wa_mcp/store/__init__.py
wa_mcp/store/base.py
wa_mcp/store/mongo.py
wa_mcp/store/postgres.py
wa_mcp/store/sqlite.py
wa_mcp/trigger/__init__.py
wa_mcp/trigger/backends.py
wa_mcp/trigger/engine.py
wa_mcp/trigger/settings.py
wa_mcp/trigger/summary.py
wa_mcp/whatsapp/__init__.py
wa_mcp/whatsapp/client.py
wa_mcp/whatsapp/contacts.py
wa_mcp/whatsapp/events.py
wa_mcp/whatsapp/extract.py
wa_mcp/whatsapp/jid.py
wa_mcp/whatsapp/sync.py