2025-05-17 16:41:25 -04:00
|
|
|
[build-system]
|
|
|
|
|
requires = ["setuptools>=61.0", "wheel"]
|
|
|
|
|
build-backend = "setuptools.build_meta"
|
2025-04-27 12:34:22 -04:00
|
|
|
[project]
|
|
|
|
|
name = "google-workspace-mcp"
|
2025-05-31 19:58:39 -04:00
|
|
|
version = "0.1.1"
|
|
|
|
|
description = "Comprehensive, highly performant Google Workspace Streamable HTTP & SSE MCP Server for Calendar, Gmail, Docs, Sheets, Slides & Drive"
|
2025-04-27 12:34:22 -04:00
|
|
|
readme = "README.md"
|
2025-05-15 11:09:53 -04:00
|
|
|
requires-python = ">=3.11"
|
2025-04-27 12:34:22 -04:00
|
|
|
dependencies = [
|
2025-05-11 10:07:37 -04:00
|
|
|
"fastmcp>=2.3.3",
|
2025-04-27 12:34:22 -04:00
|
|
|
"google-api-python-client>=2.168.0",
|
|
|
|
|
"google-auth-httplib2>=0.2.0",
|
|
|
|
|
"google-auth-oauthlib>=1.2.2",
|
|
|
|
|
"httpx>=0.28.1",
|
|
|
|
|
]
|
2025-04-27 14:30:11 -04:00
|
|
|
|
|
|
|
|
[tool.setuptools]
|
2025-05-30 11:09:56 -04:00
|
|
|
packages = ["auth", "gcalendar", "core", "gdocs", "gdrive", "gmail", "config"]
|