LICENSE
README.md
pyproject.toml
src/github_mcp_server/__init__.py
src/github_mcp_server/__main__.py
src/github_mcp_server/client.py
src/github_mcp_server/config.py
src/github_mcp_server/server.py
src/github_mcp_server/tools/__init__.py
src/github_mcp_server/tools/commits.py
src/github_mcp_server/tools/gists.py
src/github_mcp_server/tools/issues.py
src/github_mcp_server/tools/pulls.py
src/github_mcp_server/tools/repos.py
src/github_mcp_server/tools/users.py
src/workos_github_mcp_server.egg-info/PKG-INFO
src/workos_github_mcp_server.egg-info/SOURCES.txt
src/workos_github_mcp_server.egg-info/dependency_links.txt
src/workos_github_mcp_server.egg-info/entry_points.txt
src/workos_github_mcp_server.egg-info/requires.txt
src/workos_github_mcp_server.egg-info/top_level.txt
tests/test_client.py
tests/test_repos.py