README.md
pyproject.toml
mcp_github_agent.egg-info/PKG-INFO
mcp_github_agent.egg-info/SOURCES.txt
mcp_github_agent.egg-info/dependency_links.txt
mcp_github_agent.egg-info/entry_points.txt
mcp_github_agent.egg-info/requires.txt
mcp_github_agent.egg-info/top_level.txt
src/__init__.py
src/audit.py
src/config.py
src/diff_parser.py
src/github_client.py
src/main.py
src/policy.py
src/review.py
src/review_engine.py
src/tools.py
src/analyzers/base.py
src/analyzers/ruff.py
tests/__init__.py
tests/test_audit.py
tests/test_config.py
tests/test_diff_parser.py
tests/test_github_client.py
tests/test_main.py
tests/test_policy.py
tests/test_review_engine.py
tests/test_ruff_analyzer.py
tests/test_tools.py