LICENSE
README.md
pyproject.toml
src/aegis_gitea_mcp/__init__.py
src/aegis_gitea_mcp/audit.py
src/aegis_gitea_mcp/auth.py
src/aegis_gitea_mcp/authz.py
src/aegis_gitea_mcp/automation.py
src/aegis_gitea_mcp/cache.py
src/aegis_gitea_mcp/config.py
src/aegis_gitea_mcp/errors.py
src/aegis_gitea_mcp/gitea_client.py
src/aegis_gitea_mcp/logging_utils.py
src/aegis_gitea_mcp/mcp_protocol.py
src/aegis_gitea_mcp/oauth.py
src/aegis_gitea_mcp/oauth_flow.py
src/aegis_gitea_mcp/observability.py
src/aegis_gitea_mcp/policy.py
src/aegis_gitea_mcp/rate_limit.py
src/aegis_gitea_mcp/registry.py
src/aegis_gitea_mcp/request_context.py
src/aegis_gitea_mcp/response_limits.py
src/aegis_gitea_mcp/security.py
src/aegis_gitea_mcp/server.py
src/aegis_gitea_mcp/server_entry.py
src/aegis_gitea_mcp/stdio_app.py
src/aegis_gitea_mcp.egg-info/PKG-INFO
src/aegis_gitea_mcp.egg-info/SOURCES.txt
src/aegis_gitea_mcp.egg-info/dependency_links.txt
src/aegis_gitea_mcp.egg-info/entry_points.txt
src/aegis_gitea_mcp.egg-info/requires.txt
src/aegis_gitea_mcp.egg-info/top_level.txt
src/aegis_gitea_mcp/tools/__init__.py
src/aegis_gitea_mcp/tools/arguments.py
src/aegis_gitea_mcp/tools/raw_tools.py
src/aegis_gitea_mcp/tools/read_tools.py
src/aegis_gitea_mcp/tools/repository.py
src/aegis_gitea_mcp/tools/write_tools.py
tests/test_audit.py
tests/test_auth.py
tests/test_authz.py
tests/test_automation.py
tests/test_automation_manager.py
tests/test_cache.py
tests/test_classifier.py
tests/test_config.py
tests/test_core_boundary.py
tests/test_gitea_client.py
tests/test_integration.py
tests/test_logging_utils.py
tests/test_oauth.py
tests/test_oauth_oidc.py
tests/test_policy.py
tests/test_raw_api.py
tests/test_repository_tools.py
tests/test_security.py
tests/test_server.py
tests/test_stdio_app.py
tests/test_tools_extended.py