Merge branch 'main' of github.com:taylorwilsdon/google_workspace_mcp

This commit is contained in:
Taylor Wilsdon
2025-06-14 13:54:12 -04:00
5 changed files with 19 additions and 9 deletions

View File

@@ -3,8 +3,8 @@ requires = [ "setuptools>=61.0", "wheel",]
build-backend = "setuptools.build_meta"
[project]
name = "google-workspace-mcp"
version = "0.1.1"
name = "workspace-mcp"
version = "1.0.0"
description = "Comprehensive, highly performant Google Workspace Streamable HTTP & SSE MCP Server for Calendar, Gmail, Docs, Sheets, Slides & Drive"
license = "MIT"
keywords = [ "mcp", "google", "workspace", "llm", "ai", "claude", "model", "context", "protocol", "server",]
@@ -16,7 +16,7 @@ name = "Taylor Wilsdon"
email = "taylor@taylorwilsdon.com"
[project.scripts]
google-workspace-mcp = "main:main"
workspace-mcp = "main:main"
[tool.setuptools]
packages = [ "auth", "gcalendar", "core", "gdocs", "gdrive", "gmail", "gchat", "gsheets", "gforms", "gslides",]