[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "mcp-server-peakmojo"
version = "0.1.0"
description = "MCP server for PeakMojo resources"
requires-python = ">=3.10"
dependencies = [
"mcp",
"pydantic",
"requests",
"pytz",
"pyyaml"
]
[tool.hatch.build.targets.wheel]
packages = ["src/mcp_server_peakmojo"]