[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "vessel-orchestrator-mcp" version = "1.0.0" description = "Orchestrator MCP for vessel GeneseasX troubleshoot stack" readme = "README.md" requires-python = ">=3.10" license = "MIT" keywords = ["mcp", "vessel", "orchestrator", "voip"] dependencies = [ "mcp>=1.0.0", "httpx>=0.27.0", "pydantic>=2.0.0", "pydantic-settings>=2.0.0", ] [project.scripts] vessel-orchestrator-mcp = "vessel_orchestrator.server:main" [tool.hatch.build.targets.wheel] packages = ["src/vessel_orchestrator"]