This commit is contained in:
Taylor Wilsdon
2025-08-01 13:19:09 -04:00
25 changed files with 1648 additions and 591 deletions

View File

@@ -4,19 +4,20 @@ build-backend = "setuptools.build_meta"
[project]
name = "workspace-mcp"
version = "1.1.8"
version = "1.1.17"
description = "Comprehensive, highly performant Google Workspace Streamable HTTP & SSE MCP Server for Calendar, Gmail, Docs, Sheets, Slides & Drive"
readme = "README.md"
keywords = [ "mcp", "google", "workspace", "llm", "ai", "claude", "model", "context", "protocol", "server"]
requires-python = ">=3.11"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.115.12",
"fastmcp>=2.3.3",
"fastmcp>=2.10.6",
"google-api-python-client>=2.168.0",
"google-auth-httplib2>=0.2.0",
"google-auth-oauthlib>=1.2.2",
"httpx>=0.28.1",
"pyjwt>=2.10.1",
"ruff>=0.12.4",
"tomlkit",
]
classifiers = [
@@ -57,5 +58,5 @@ Changelog = "https://github.com/taylorwilsdon/google_workspace_mcp/releases"
workspace-mcp = "main:main"
[tool.setuptools]
packages = [ "auth", "auth.oauth21", "gcalendar", "core", "gdocs", "gdrive", "gmail", "gchat", "gsheets", "gforms", "gslides", "gtasks"]
packages = [ "auth", "auth.oauth21", "gcalendar", "core", "gdocs", "gdrive", "gmail", "gchat", "gsheets", "gforms", "gslides", "gtasks", "gsearch"]
py-modules = [ "main"]