LICENSE
README.md
pyproject.toml
src/github_talent_mcp/__init__.py
src/github_talent_mcp/__main__.py
src/github_talent_mcp/github_client.py
src/github_talent_mcp/models.py
src/github_talent_mcp/scoring.py
src/github_talent_mcp/server.py
src/github_talent_mcp.egg-info/PKG-INFO
src/github_talent_mcp.egg-info/SOURCES.txt
src/github_talent_mcp.egg-info/dependency_links.txt
src/github_talent_mcp.egg-info/entry_points.txt
src/github_talent_mcp.egg-info/requires.txt
src/github_talent_mcp.egg-info/top_level.txt
src/github_talent_mcp/tools/__init__.py
src/github_talent_mcp/tools/bulk.py
src/github_talent_mcp/tools/compare.py
src/github_talent_mcp/tools/contributors.py
src/github_talent_mcp/tools/outreach.py
src/github_talent_mcp/tools/profile.py
src/github_talent_mcp/tools/rank.py
src/github_talent_mcp/tools/score_jd.py
src/github_talent_mcp/tools/search.py
tests/test_bulk.py
tests/test_compare.py
tests/test_enrich.py
tests/test_outreach.py
tests/test_rate_limit.py
tests/test_score_jd.py
tests/test_scoring.py
tests/test_search.py