[project] name = "porkbun-dns-mcp" version = "0.1.0" description = "MCP Light server for Porkbun DNS management" requires-python = ">=3.11" dependencies = [ "fastmcp>=2.0.0", "httpx>=0.27.0", "python-dotenv>=1.0.0", "starlette>=0.40.0", "uvicorn>=0.32.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["."] include = ["server.py"]