[project]
name = "e-stats-mcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastmcp>=2.13.3",
"httpx>=0.28.1",
"pydantic-settings>=2.12.0",
]
[dependency-groups]
dev = [
"mypy>=1.19.0",
"pytest>=9.0.2",
"pytest-asyncio>=1.3.0",
"ruff>=0.14.8",
]
[project.scripts]
e-stats-mcp = "e_stats_mcp:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["e_stats_mcp"]