Spaces:
Sleeping
Sleeping
File size: 277 Bytes
5de6ed4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [project]
name = "hf-mcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastmcp>=2.8.1",
"gradio[mcp]>=5.30.0",
"httpx>=0.28.1",
"mcp[cli]>=1.9.4",
"smolagents[mcp]>=1.18.0",
]
|