geocalc-mcp / pyproject.toml
Renzo
Add distance calculation feature and update interfaces in Geocalc MCP server
3081c81
raw
history blame
241 Bytes
[project]
name = "geocalc-mcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiohttp>=3.12.9",
"geopy>=2.4.1",
"gradio>=5.33.0",
"mcp>=1.9.3",
]