[project]
name = "weather-mcp"
version = "0.1.0"
description = "MCP server providing weather data tools using the National Weather Service API"
readme = "README.md"
requires-python = ">=3.11"
authors = [
{ name = "Bryan Kemp", email = "bryan@kempville.com" }
]
license = { text = "BSD-3-Clause" }
keywords = ["mcp", "weather", "nws", "api", "forecast", "alerts"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"httpx>=0.28.1",
"mcp[cli]>=1.22.0",
]
[project.urls]
Homepage = "https://gitlab.kempville.com/bryan/weather-mcp"
Repository = "https://gitlab.kempville.com/bryan/weather-mcp"
Issues = "https://gitlab.kempville.com/bryan/weather-mcp/-/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"