pyproject.tomlā¢631 B
[project]
name = "law-scrapper-mcp"
version = "1.0.1"
description = "LawScrapper MCP is an MCP server to monitoring and fetching Polish law acts published by the Polish Sejm, filters them by topic. Then with AI you can summarizes their content using an LLM."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastmcp>=2.12.4",
"logging>=0.4.9.6",
"python-dateutil>=2.9.0",
"requests>=2.32.5",
]
[project.scripts]
law-scrapper = "app:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = []
[tool.hatch.build.targets.wheel]
packages = ["."]