Files
mcp-example/pyproject.toml

11 lines
198 B
TOML
Raw Normal View History

2025-08-15 19:50:11 +08:00
[project]
name = "weather"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"httpx>=0.28.1",
"mcp[cli]>=1.9.4",
]