.gitignore
CHANGELOG.md
LICENSE
README.md
VERSIONING.md
mcp.json
pyproject.toml
.github/pull_request_template.md
.github/workflows/ci.yml
.github/workflows/release.yml
scripts/smoke_live.py
src/gitea_mcp/__init__.py
src/gitea_mcp/_app.py
src/gitea_mcp/_version.py
src/gitea_mcp/client.py
src/gitea_mcp/config.py
src/gitea_mcp/init.py
src/gitea_mcp/server.py
src/gitea_mcp.egg-info/PKG-INFO
src/gitea_mcp.egg-info/SOURCES.txt
src/gitea_mcp.egg-info/dependency_links.txt
src/gitea_mcp.egg-info/entry_points.txt
src/gitea_mcp.egg-info/requires.txt
src/gitea_mcp.egg-info/top_level.txt
src/gitea_mcp/tools/__init__.py
src/gitea_mcp/tools/issues.py
src/gitea_mcp/tools/releases.py
src/gitea_mcp/tools/repos.py
tests/__init__.py
tests/conftest.py
tests/test_init.py
tests/test_issues.py
tests/test_releases.py
tests/test_repos.py
tests/test_smoke.py
tests/test_subprocess_launch.py