[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "procleaning-mcp" version = "0.1.0" description = "Python MCP Server for PDF OCR async processing and system process utilities" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp>=1.0.0", "aiohttp>=3.9.0", "requests>=2.31.0", ] [project.scripts] procleaning-mcp = "procleaning_mcp.server:main" [tool.hatch.build.targets.wheel] packages = ["src/procleaning_mcp"]