LICENSE
README.md
pyproject.toml
google_workspace_mcp/__init__.py
google_workspace_mcp/calendar/__init__.py
google_workspace_mcp/calendar/changes_api.py
google_workspace_mcp/calendar/server.py
google_workspace_mcp/core/__init__.py
google_workspace_mcp/core/common_tools.py
google_workspace_mcp/core/runtime.py
google_workspace_mcp/core/server.py
google_workspace_mcp/docs/__init__.py
google_workspace_mcp/docs/docs_api.py
google_workspace_mcp/docs/server.py
google_workspace_mcp/drive/__init__.py
google_workspace_mcp/drive/drive_api.py
google_workspace_mcp/drive/server.py
google_workspace_mcp/gmail/__init__.py
google_workspace_mcp/gmail/changes_api.py
google_workspace_mcp/gmail/server.py
google_workspace_mcp/sheets/__init__.py
google_workspace_mcp/sheets/server.py
google_workspace_mcp/sheets/sheets_api.py
google_workspace_suite_mcp.egg-info/PKG-INFO
google_workspace_suite_mcp.egg-info/SOURCES.txt
google_workspace_suite_mcp.egg-info/dependency_links.txt
google_workspace_suite_mcp.egg-info/entry_points.txt
google_workspace_suite_mcp.egg-info/requires.txt
google_workspace_suite_mcp.egg-info/top_level.txt
tests/test_calendar_server.py
tests/test_change_feed.py
tests/test_docs_server.py
tests/test_drive_server.py
tests/test_fake_drift.py
tests/test_gmail_server.py
tests/test_integration.py
tests/test_live.py
tests/test_runtime.py
tests/test_sheets_server.py