mcp-python-server / pyproject.toml
SURIAPRAKASH1
should include uv.lock to gitignore
9d5077b
raw
history blame contribute delete
268 Bytes
[project]
name = "mcp-server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"bs4>=0.0.2",
"dotenv>=0.9.9",
"gradio[mcp]>=5.30.0",
"httpx>=0.28.1",
"mcp[cli]>=1.12.0",
]