pyproject.toml•534 B
[project]
name = "google-forms-mcp"
version = "0.1.0"
description = "MCP server for Google Forms management"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"mcp>=0.9.0",
"google-auth>=2.23.0",
"google-auth-oauthlib>=1.1.0",
"google-api-python-client>=2.108.0",
"python-dotenv>=1.0.0",
]
[project.scripts]
google-forms-mcp = "main:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = []
[tool.hatch.build.targets.wheel]
packages = ["."]