LICENSE
README.md
pyproject.toml
github_agent/__init__.py
github_agent/__main__.py
github_agent/agent_server.py
github_agent/api_client.py
github_agent/auth.py
github_agent/github_input_models.py
github_agent/github_response_models.py
github_agent/mcp_config.json
github_agent/mcp_server.py
github_agent.egg-info/PKG-INFO
github_agent.egg-info/SOURCES.txt
github_agent.egg-info/dependency_links.txt
github_agent.egg-info/entry_points.txt
github_agent.egg-info/requires.txt
github_agent.egg-info/top_level.txt
github_agent/api/__init__.py
github_agent/api/api_client_base.py
github_agent/api/api_client_branches.py
github_agent/api/api_client_commits.py
github_agent/api/api_client_contents.py
github_agent/api/api_client_issues.py
github_agent/api/api_client_orgs.py
github_agent/api/api_client_pulls.py
github_agent/api/api_client_releases.py
github_agent/api/api_client_repos.py
github_agent/api/api_client_search.py
github_agent/api/api_client_workflows.py
github_agent/mcp/__init__.py
github_agent/mcp/mcp_action.py
github_agent/mcp/mcp_branch.py
github_agent/mcp/mcp_collaborator.py
github_agent/mcp/mcp_commit.py
github_agent/mcp/mcp_content.py
github_agent/mcp/mcp_issue.py
github_agent/mcp/mcp_org.py
github_agent/mcp/mcp_pull.py
github_agent/mcp/mcp_release.py
github_agent/mcp/mcp_repo.py
github_agent/mcp/mcp_search.py
scripts/validate_a2a_agent.py
scripts/verify_api_integration.py
tests/conftest.py
tests/test_api_client_endpoints.py
tests/test_api_validation.py
tests/test_auth_client_edge_cases.py
tests/test_concept_parity.py
tests/test_github_agent_api_brute_force_coverage.py
tests/test_github_agent_brute_force_coverage.py
tests/test_init_dynamics.py
tests/test_mcp_coverage.py
tests/test_model_fields.py
tests/test_startup.py