[project]
name = "weather-mcp"
version = "0.1.0"
description = "Weather MCP capability service"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.30.0",
"pydantic>=2.9.0",
"pydantic-settings>=2.5.0",
"httpx>=0.27.0",
"PyJWT>=2.9.0",
"mcp>=1.24.0",
"sse-starlette>=2.1.3",
]
[dependency-groups]
dev = [
"pytest>=8.0.0",
"pytest-asyncio>=0.24.0",
"ruff>=0.6.0",
]
[tool.pytest.ini_options]
pythonpath = ["."]
addopts = "-q"
[tool.ruff]
line-length = 100