initial scaffolding

This commit is contained in:
Taylor Wilsdon
2025-04-27 12:34:22 -04:00
commit ca86d591d4
12 changed files with 1932 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "google-workspace-mcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"google-api-python-client>=2.168.0",
"google-auth-httplib2>=0.2.0",
"google-auth-oauthlib>=1.2.2",
"httpx>=0.28.1",
"mcp[cli]>=1.6.0",
]