[project]
name = "hevy-history-mcp"
version = "0.1.0"
description = "MCP server for analyzing Hevy workout history with SQL access"
requires-python = ">=3.10"
dependencies = [
"mcp>=0.9.0",
"pyyaml>=6.0",
]
[project.optional-dependencies]
dev = [
"pytest>=7.0.0",
"black>=23.0.0",
"ruff>=0.1.0",
]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 100
target-version = ['py310']
[tool.ruff]
line-length = 100
target-version = "py310"