chore: project scaffolding and design docs

This commit is contained in:
Christophe Vila
2026-05-17 19:37:05 +02:00
commit 1b1e90f9d7
5 changed files with 1153 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "mcp-garmin"
version = "0.1.0"
description = "MCP server for Garmin Connect"
requires-python = ">=3.11"
dependencies = [
"mcp[cli]",
"garminconnect",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"