github-pr-context-mcp 0.2.5__tar.gz → 0.2.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/PKG-INFO +3 -1
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/README.md +2 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/app/mcp_app.py +1 -1
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/entrypoints/local/server.py +2 -2
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/github_pr_context_mcp.egg-info/PKG-INFO +3 -1
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/pyproject.toml +1 -1
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/LICENSE +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/analytics/__init__.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/analytics/usage_metrics.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/app/__init__.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/auth/__init__.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/auth/gmail_identity.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/entrypoints/deployed/server.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/fetcher/__init__.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/fetcher/client.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/fetcher/queries.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/fetcher/transform.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/github_pr_context_mcp.egg-info/SOURCES.txt +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/github_pr_context_mcp.egg-info/dependency_links.txt +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/github_pr_context_mcp.egg-info/entry_points.txt +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/github_pr_context_mcp.egg-info/requires.txt +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/github_pr_context_mcp.egg-info/top_level.txt +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/inference/__init__.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/inference/providers.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/inference/review.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/setup.cfg +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/storage/__init__.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/storage/document_builder.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/storage/encoder.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/storage/vector_store.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/tests/test_fixes.py +0 -0
- {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/tests/test_sqlite_auth.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: github-pr-context-mcp
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
4
4
|
Summary: GitHub PR Review Context MCP Server
|
|
5
5
|
Author: Paarth Gala
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -28,6 +28,8 @@ Dynamic: license-file
|
|
|
28
28
|

|
|
29
29
|
[](LICENSE)
|
|
30
30
|

|
|
31
|
+

|
|
32
|
+

|
|
31
33
|
|
|
32
34
|
**Production-grade context layer for AI code review, grounded in your repository's real pull request history.**
|
|
33
35
|
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|

|
|
10
10
|
[](LICENSE)
|
|
11
11
|

|
|
12
|
+

|
|
13
|
+

|
|
12
14
|
|
|
13
15
|
**Production-grade context layer for AI code review, grounded in your repository's real pull request history.**
|
|
14
16
|
|
|
@@ -34,8 +34,8 @@ def _send_startup_ping(mode: str) -> None:
|
|
|
34
34
|
Only sends if TELEMETRY_ENDPOINT is configured. Defaults to opt-in via TELEMETRY=true.
|
|
35
35
|
Never blocks startup — runs in a daemon thread.
|
|
36
36
|
"""
|
|
37
|
-
telemetry = os.getenv("TELEMETRY", "
|
|
38
|
-
if telemetry
|
|
37
|
+
telemetry = os.getenv("TELEMETRY", "true").strip().lower()
|
|
38
|
+
if telemetry in {"0", "false", "no", "off"}:
|
|
39
39
|
return
|
|
40
40
|
|
|
41
41
|
endpoint = os.getenv("TELEMETRY_ENDPOINT", "").strip()
|
{github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/github_pr_context_mcp.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: github-pr-context-mcp
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
4
4
|
Summary: GitHub PR Review Context MCP Server
|
|
5
5
|
Author: Paarth Gala
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -28,6 +28,8 @@ Dynamic: license-file
|
|
|
28
28
|

|
|
29
29
|
[](LICENSE)
|
|
30
30
|

|
|
31
|
+

|
|
32
|
+

|
|
31
33
|
|
|
32
34
|
**Production-grade context layer for AI code review, grounded in your repository's real pull request history.**
|
|
33
35
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|