[project] name = "gitea-platform-mcp" version = "0.2.0" description = "Full Gitea platform management via MCP" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.0", "httpx>=0.27", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build"