[project] name = "gitea-platform-mcp" version = "0.3.0" description = "Full Gitea platform management — MCP server and CLI skill in one file" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.0", "httpx>=0.27", ] [dependency-groups] dev = [ "pytest>=8.0", "respx>=0.21", "pytest-cov>=5.0", ] [tool.pytest.ini_options] testpaths = ["tests"] [tool.uv] package = false