pyproject.toml•510 B
[project]
name = "broken-link-checker-mcp"
version = "0.1.0"
description = "MCP server for checking broken links on web pages and domains"
requires-python = ">=3.10"
dependencies = [
"fastmcp>=2.0.0",
"httpx>=0.27.0",
"beautifulsoup4>=4.12.0",
"pydantic>=2.0.0",
"urllib3>=2.0.0",
]
[project.optional-dependencies]
dev = [
"pytest>=8.0.0",
"pytest-asyncio>=0.23.0",
"pytest-cov>=4.1.0",
]
[build-system]
requires = ["setuptools>=68.0"]
build-backend = "setuptools.build_meta"