geocalc-mcp / pyproject.toml
Renzo
Add geocoding interface and about tab to Geocalc MCP server
74c8d32
raw
history blame
218 Bytes
[project]
name = "geocalc-mcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"geopy>=2.4.1",
"gradio>=5.33.0",
"mcp>=1.9.3",
]