MCP_Research_Server / pyproject.toml
selinazarzour's picture
Upload folder using huggingface_hub
7875068 verified
[project]
name = "mcp-project"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"arxiv>=2.2.0",
"mcp>=1.7.1",
]