pyproject.toml•733 B
[project]
name = "mcp-tools"
version = "0.2.4"
description = "A browser automation and protocol interaction toolkit based on browser-use, designed for automated testing, protocol validation, and end-to-end workflow control."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"browser-use==0.5.0",
"mcp[cli]>=1.11.0",
"pydantic>=2.0.0",
"markdownify>=0.11.0",
"fastmcp>=2.10.5",
"fastapi[standard]>=0.116.1",
"dowhen>=0.1.0",
"playwright>=1.53.0",
"httpx[socks]>=0.28.0",
]
[project.optional-dependencies]
dev = [
"pytest",
"pytest-asyncio",
"pytest-cov",
"coverage",
"pytest-rerunfailures"
]
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"