datajunction-server 0.0.147__tar.gz → 0.0.148__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datajunction-server
3
- Version: 0.0.147
3
+ Version: 0.0.148
4
4
  Summary: DataJunction server library for running to a DataJunction server
5
5
  Project-URL: Homepage, https://datajunction.io
6
6
  Project-URL: Repository, https://github.com/DataJunction/dj
@@ -27,10 +27,12 @@ Requires-Dist: google-auth-oauthlib>=1.0.0
27
27
  Requires-Dist: httpx>=0.27.0
28
28
  Requires-Dist: jinja2>=3.1.4
29
29
  Requires-Dist: line-profiler>=4.0.3
30
+ Requires-Dist: mcp>=1.0.0
30
31
  Requires-Dist: msgpack<2.0.0,>=1.0.5
31
32
  Requires-Dist: nbformat>=5.10.4
32
33
  Requires-Dist: opentelemetry-instrumentation-fastapi>=0.48b0
33
34
  Requires-Dist: passlib>=1.7.4
35
+ Requires-Dist: plotext>=5.2.8
34
36
  Requires-Dist: psycopg>=3.1.16
35
37
  Requires-Dist: pydantic-settings>=2.10.1
36
38
  Requires-Dist: pydantic<2.11,>=2.0
@@ -60,6 +60,11 @@ dependencies = [
60
60
  # Query parsing
61
61
  "antlr4-python3-runtime==4.13.1",
62
62
 
63
+ # Model Context Protocol (powers /mcp endpoint)
64
+ "mcp>=1.0.0",
65
+ # Terminal-friendly charts for the MCP visualize_metrics tool
66
+ "plotext>=5.2.8",
67
+
63
68
  # Utilities and formatting
64
69
  "requests<=2.29.0,>=2.28.2",
65
70
  "python-dotenv<1.0.0,>=0.19.0",
@@ -167,4 +172,5 @@ test = [
167
172
  "gevent>=24.2.1",
168
173
  "sqlparse<1.0.0,>=0.4.3",
169
174
  "asgi-lifespan>=2",
175
+ "mcp>=1.0.0",
170
176
  ]