14 lines
252 B
TOML
14 lines
252 B
TOML
|
|
[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"
|