2026-05-17 19:37:05 +02:00
|
|
|
[project]
|
|
|
|
|
name = "mcp-garmin"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "MCP server for Garmin Connect"
|
|
|
|
|
requires-python = ">=3.11"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"mcp[cli]",
|
|
|
|
|
"garminconnect",
|
|
|
|
|
]
|
|
|
|
|
|
2026-05-17 19:39:12 +02:00
|
|
|
[project.optional-dependencies]
|
|
|
|
|
dev = ["pytest"]
|
|
|
|
|
|
2026-05-17 19:37:05 +02:00
|
|
|
[build-system]
|
|
|
|
|
requires = ["hatchling"]
|
|
|
|
|
build-backend = "hatchling.build"
|