[project] name = "mealie-mcp" version = "0.1.0" description = "MCP tools for Mealie recipe planning" requires-python = ">=3.11" dependencies = ["mcp>=2.0.0", "httpx>=0.27.0"] [project.optional-dependencies] dev = ["pytest>=8.0"] [project.scripts] mealie-mcp = "mealie_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["mealie_mcp"] [tool.pytest.ini_options] testpaths = ["tests"]