LICENSE
README.md
pyproject.toml
src/csa_google_gmail_calendar/__init__.py
src/csa_google_gmail_calendar/_attachments.py
src/csa_google_gmail_calendar/_markdown.py
src/csa_google_gmail_calendar/_mime.py
src/csa_google_gmail_calendar/auth.py
src/csa_google_gmail_calendar/backend.py
src/csa_google_gmail_calendar/calendar.py
src/csa_google_gmail_calendar/exceptions.py
src/csa_google_gmail_calendar/mail.py
src/csa_google_gmail_calendar/policy.py
src/csa_google_gmail_calendar/py.typed
src/csa_google_gmail_calendar/scopes.py
src/csa_google_gmail_calendar.egg-info/PKG-INFO
src/csa_google_gmail_calendar.egg-info/SOURCES.txt
src/csa_google_gmail_calendar.egg-info/dependency_links.txt
src/csa_google_gmail_calendar.egg-info/entry_points.txt
src/csa_google_gmail_calendar.egg-info/requires.txt
src/csa_google_gmail_calendar.egg-info/top_level.txt
src/csa_google_gmail_calendar/mcp/__init__.py
src/csa_google_gmail_calendar/mcp/__main__.py
src/csa_google_gmail_calendar/mcp/_auth_flow.py
src/csa_google_gmail_calendar/mcp/_capabilities.py
src/csa_google_gmail_calendar/mcp/_config.py
src/csa_google_gmail_calendar/mcp/_flavours.py
src/csa_google_gmail_calendar/mcp/_logging.py
src/csa_google_gmail_calendar/mcp/_login.py
src/csa_google_gmail_calendar/mcp/_success_page.py
src/csa_google_gmail_calendar/mcp/_untrusted.py
src/csa_google_gmail_calendar/mcp/cli.py
src/csa_google_gmail_calendar/mcp/server.py
src/csa_google_gmail_calendar/mcp/_tools/__init__.py
src/csa_google_gmail_calendar/mcp/_tools/_base.py
src/csa_google_gmail_calendar/mcp/_tools/_schemas.py
src/csa_google_gmail_calendar/mcp/_tools/auth.py
src/csa_google_gmail_calendar/mcp/_tools/calendar_read.py
src/csa_google_gmail_calendar/mcp/_tools/calendar_write.py
src/csa_google_gmail_calendar/mcp/_tools/config.py
src/csa_google_gmail_calendar/mcp/_tools/demo.py
src/csa_google_gmail_calendar/mcp/_tools/feedback.py
src/csa_google_gmail_calendar/mcp/_tools/mail_read.py
src/csa_google_gmail_calendar/mcp/_tools/mail_send.py
src/csa_google_gmail_calendar/mcp/_tools/mail_write.py
tests/test_api_backend.py
tests/test_attachment_allowlist.py
tests/test_auth.py
tests/test_auth_flow.py
tests/test_auth_tool.py
tests/test_auth_windows_acl.py
tests/test_backend_contract.py
tests/test_calendar_respond.py
tests/test_calendar_tools.py
tests/test_config_tools.py
tests/test_demo.py
tests/test_docs_drift.py
tests/test_download_policy.py
tests/test_inventory_script.py
tests/test_keeping_up_tools.py
tests/test_login.py
tests/test_mail_tools.py
tests/test_markdown.py
tests/test_mcp_base.py
tests/test_mcp_capabilities.py
tests/test_mcp_cli.py
tests/test_mcp_config.py
tests/test_mcp_logging.py
tests/test_mcp_main.py
tests/test_mcp_server_shape.py
tests/test_message_parsing.py
tests/test_mime_assembly.py
tests/test_policy.py
tests/test_schemas.py
tests/test_scope_coverage.py
tests/test_scopes.py
tests/test_untrusted.py