LICENSE
MANIFEST.in
README.md
pyproject.toml
.agents/skills/github-pr-context-v3/SKILL.md
.agents/skills/github-pr-context-v3/agents/openai.yaml
analytics/__init__.py
analytics/usage_metrics.py
app/__init__.py
app/mcp_app.py
app/state.py
app/routes/http.py
app/tools/admin.py
app/tools/analysis.py
app/tools/generation.py
app/tools/github_auth.py
app/tools/indexing.py
auth/__init__.py
auth/github_device_flow.py
auth/gmail_identity.py
auth/product_github_app.py
entrypoints/webhook_server.py
entrypoints/deployed/server.py
entrypoints/local/server.py
fetcher/__init__.py
fetcher/client.py
fetcher/diff.py
fetcher/queries.py
fetcher/transform.py
github_pr_context_mcp.egg-info/PKG-INFO
github_pr_context_mcp.egg-info/SOURCES.txt
github_pr_context_mcp.egg-info/dependency_links.txt
github_pr_context_mcp.egg-info/entry_points.txt
github_pr_context_mcp.egg-info/requires.txt
github_pr_context_mcp.egg-info/top_level.txt
storage/__init__.py
storage/clustering.py
storage/cursor_store.py
storage/document_builder.py
storage/encoder.py
storage/legacy_migration.py
storage/vector_store.py
tests/test_clustering.py
tests/test_cursor.py
tests/test_diff.py
tests/test_document_builder.py
tests/test_encoder.py
tests/test_extraction_regressions.py
tests/test_fixes.py
tests/test_git.py
tests/test_github_auth_tools.py
tests/test_github_device_flow.py
tests/test_indexing_jobs.py
tests/test_install_clients.py
tests/test_legacy_migration.py
tests/test_queries_schema.py
tests/test_sqlite_auth.py
tests/test_storage.py
tests/test_transform.py
tests/test_v3_regressions.py
tests/test_vector_indexing_regressions.py
tests/test_webhook.py