[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "google-search-mcp-server"
version = "0.1.0"
description = "Google Search MCP Server"
readme = "README.md"
requires-python = ">=3.10"
license = {text = "MIT"}
dependencies = [
"fastmcp",
"google-api-python-client",
"python-dotenv",
]