[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "k3cloud-mcp" version = "0.1.0" description = "K3Cloud MCP server" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.6.0", "requests>=2.25.0" ] [project.scripts] k3cloud-mcp = "k3cloud_mcp.main:main" [tool.hatch.build.targets.wheel] packages = ["k3cloud_mcp"]