[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "gitea-mcp-server" version = "1.0.0" description = "MCP Server for Gitea integration - provides issue, label, wiki, milestone, dependency, and PR tools" readme = "README.md" requires-python = ">=3.10" license = "MIT" authors = [ { name = "Leo Miranda" } ] keywords = ["mcp", "gitea", "claude", "tools"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] dependencies = [ "mcp>=0.9.0", "python-dotenv>=1.0.0", "requests>=2.31.0", "pydantic>=2.5.0", ] [project.optional-dependencies] test = [ "pytest>=7.4.3", "pytest-asyncio>=0.23.0", ] [tool.hatch.build.targets.wheel] packages = ["mcp_server"]