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.
Files changed (32) hide show
  1. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/PKG-INFO +3 -1
  2. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/README.md +2 -0
  3. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/app/mcp_app.py +1 -1
  4. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/entrypoints/local/server.py +2 -2
  5. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/github_pr_context_mcp.egg-info/PKG-INFO +3 -1
  6. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/pyproject.toml +1 -1
  7. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/LICENSE +0 -0
  8. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/analytics/__init__.py +0 -0
  9. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/analytics/usage_metrics.py +0 -0
  10. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/app/__init__.py +0 -0
  11. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/auth/__init__.py +0 -0
  12. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/auth/gmail_identity.py +0 -0
  13. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/entrypoints/deployed/server.py +0 -0
  14. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/fetcher/__init__.py +0 -0
  15. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/fetcher/client.py +0 -0
  16. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/fetcher/queries.py +0 -0
  17. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/fetcher/transform.py +0 -0
  18. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/github_pr_context_mcp.egg-info/SOURCES.txt +0 -0
  19. {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
  20. {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
  21. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/github_pr_context_mcp.egg-info/requires.txt +0 -0
  22. {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
  23. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/inference/__init__.py +0 -0
  24. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/inference/providers.py +0 -0
  25. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/inference/review.py +0 -0
  26. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/setup.cfg +0 -0
  27. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/storage/__init__.py +0 -0
  28. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/storage/document_builder.py +0 -0
  29. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/storage/encoder.py +0 -0
  30. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/storage/vector_store.py +0 -0
  31. {github_pr_context_mcp-0.2.5 → github_pr_context_mcp-0.2.6}/tests/test_fixes.py +0 -0
  32. {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.5
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
  ![Inference](https://img.shields.io/badge/LLM-Multi--Provider-brightgreen)
29
29
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
30
30
  ![Status](https://img.shields.io/badge/Render%20Hosting-Upcoming-gray)
31
+ ![PyPI - Downloads](https://img.shields.io/pypi/dm/github-pr-context-mcp)
32
+ ![Downloads](https://img.shields.io/badge/downloads-525-blue)
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
  ![Inference](https://img.shields.io/badge/LLM-Multi--Provider-brightgreen)
10
10
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
11
11
  ![Status](https://img.shields.io/badge/Render%20Hosting-Upcoming-gray)
12
+ ![PyPI - Downloads](https://img.shields.io/pypi/dm/github-pr-context-mcp)
13
+ ![Downloads](https://img.shields.io/badge/downloads-525-blue)
12
14
 
13
15
  **Production-grade context layer for AI code review, grounded in your repository's real pull request history.**
14
16
 
@@ -46,7 +46,7 @@ Temporary storage
46
46
  """
47
47
 
48
48
 
49
- USAGE_TRACKING_ENABLED = os.getenv("USAGE_TRACKING_ENABLED", "false").strip().lower() in {
49
+ USAGE_TRACKING_ENABLED = os.getenv("USAGE_TRACKING_ENABLED", "true").strip().lower() in {
50
50
  "1",
51
51
  "true",
52
52
  "yes",
@@ -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", "false").strip().lower()
38
- if telemetry not in {"1", "true", "yes", "on"}:
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()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github-pr-context-mcp
3
- Version: 0.2.5
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
  ![Inference](https://img.shields.io/badge/LLM-Multi--Provider-brightgreen)
29
29
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
30
30
  ![Status](https://img.shields.io/badge/Render%20Hosting-Upcoming-gray)
31
+ ![PyPI - Downloads](https://img.shields.io/pypi/dm/github-pr-context-mcp)
32
+ ![Downloads](https://img.shields.io/badge/downloads-525-blue)
31
33
 
32
34
  **Production-grade context layer for AI code review, grounded in your repository's real pull request history.**
33
35
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "github-pr-context-mcp"
3
- version = "0.2.5"
3
+ version = "0.2.6"
4
4
  description = "GitHub PR Review Context MCP Server"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"