test-data-mcp-server / pyproject.toml
avsolatorio's picture
Fix tools access by LLM.
0fe5347
raw
history blame contribute delete
427 Bytes
[project]
name = "test-data-mcp-server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"aiohttp>=3.11.18",
"anthropic>=0.51.0",
"gradio[mcp]>=5.29.1",
"httpx>=0.28.1",
"numpy>=2.2.6",
"python-ulid>=3.0.0",
"scikit-learn>=1.6.1",
"sentence-transformers>=4.1.0",
]
[dependency-groups]
dev = [
"ipython>=8.36.0",
]