mcp-python-server / pyproject.toml
SURIAPRAKASH1
bs4 -> install
b00ca1e
raw
history blame
241 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",
"httpx>=0.28.1",
"mcp[cli]>=1.12.0",
]