[project] name = "mcpositioner" version = "2026.02.02" description = "MCP server for ESP32 dual-axis antenna positioner control" authors = [{name = "Ryan Malloy", email = "ryan@supported.systems"}] requires-python = ">=3.11" dependencies = [ "fastmcp>=2.14.0", "httpx>=0.28.0", ] [project.scripts] mcpositioner = "mcpositioner.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/mcpositioner"] [tool.ruff] target-version = "py311" line-length = 120