plotext-plus 1.0.13__py3-none-any.whl → 1.0.14__py3-none-any.whl
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.
- plotext_plus/mcp_server.py +2 -2
- {plotext_plus-1.0.13.dist-info → plotext_plus-1.0.14.dist-info}/METADATA +1 -1
- {plotext_plus-1.0.13.dist-info → plotext_plus-1.0.14.dist-info}/RECORD +6 -6
- {plotext_plus-1.0.13.dist-info → plotext_plus-1.0.14.dist-info}/WHEEL +0 -0
- {plotext_plus-1.0.13.dist-info → plotext_plus-1.0.14.dist-info}/entry_points.txt +0 -0
- {plotext_plus-1.0.13.dist-info → plotext_plus-1.0.14.dist-info}/licenses/LICENSE +0 -0
plotext_plus/mcp_server.py
CHANGED
|
@@ -208,10 +208,10 @@ class PlotextPlusMCPServer(ChukMCPServer):
|
|
|
208
208
|
"""Get queued log notifications (for testing/debugging)."""
|
|
209
209
|
return self.mcp_logging_handler.notification_queue.copy()
|
|
210
210
|
|
|
211
|
-
def run_stdio(self, debug: bool | None = None) -> Any:
|
|
211
|
+
def run_stdio(self, debug: bool | None = None, log_level: str = 'warning') -> Any:
|
|
212
212
|
"""Override run_stdio to start the server with logging support."""
|
|
213
213
|
# logging/setLevel is now natively supported in chuk-mcp-server
|
|
214
|
-
result = super().run_stdio(debug)
|
|
214
|
+
result = super().run_stdio(debug, log_level=log_level)
|
|
215
215
|
return result
|
|
216
216
|
|
|
217
217
|
def run(self, host: str | None = None, port: int | None = None, debug: bool | None = None) -> Any:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: plotext_plus
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.14
|
|
4
4
|
Summary: Modern terminal plotting library with enhanced visual features, themes, and AI integration
|
|
5
5
|
Project-URL: Homepage, https://github.com/ccmitchellusa/plotext_plus
|
|
6
6
|
Project-URL: Repository, https://github.com/ccmitchellusa/plotext_plus.git
|
|
@@ -20,14 +20,14 @@ plotext_plus/api.py,sha256=Q-aO_vzHKLohENjs6PYn-1l3DyzT47Mx_tuJTR6cT5k,28993
|
|
|
20
20
|
plotext_plus/charts.py,sha256=MhpvnLoXe5bZWhrgaSBuvfE66CQj5fYZooyfoO8Ri9k,1670
|
|
21
21
|
plotext_plus/core.py,sha256=OGPlp9zi59Lyf6zJBMROv6kvZU-GGxpRG0Z3HEvKJKs,20995
|
|
22
22
|
plotext_plus/mcp_cli.py,sha256=aHKOVxttGtZQFoYd0FeYFM8B-iqJYFuhVHgtxqxKYR8,2847
|
|
23
|
-
plotext_plus/mcp_server.py,sha256=
|
|
23
|
+
plotext_plus/mcp_server.py,sha256=VEDlBPSeORcyMI6rdDhPapp3SRHDS4GDgBQhPldBhk8,50284
|
|
24
24
|
plotext_plus/plotext_cli.py,sha256=wMF4_RG0Nen6cI5tSpVLKvaDqDu8kkhn3jts28gjvfU,15570
|
|
25
25
|
plotext_plus/plotting.py,sha256=9nvfepoS_PcnnENPoowHd6qGr6bKBSGuBvy7XrzsHkQ,2627
|
|
26
26
|
plotext_plus/themes.py,sha256=Pl6gD3vFPdsYrb4CCLjbN-rIQsf8cgNXeYTyB9Qd7I0,744
|
|
27
27
|
plotext_plus/utilities.py,sha256=3B3cQ-9zqISI0eRNrcOc18_DFlUNv88oxqdl39tx-HQ,1338
|
|
28
28
|
plotext_plus/utils.py,sha256=jlCF4TuxDqVeT5KoWt4dyvqqk-_p1znUHn4d2HXLiec,15942
|
|
29
|
-
plotext_plus-1.0.
|
|
30
|
-
plotext_plus-1.0.
|
|
31
|
-
plotext_plus-1.0.
|
|
32
|
-
plotext_plus-1.0.
|
|
33
|
-
plotext_plus-1.0.
|
|
29
|
+
plotext_plus-1.0.14.dist-info/METADATA,sha256=yF5ntmHSsaYy7pD5o4mfwOLYEbFAGdgRR9gT41wZt0g,13881
|
|
30
|
+
plotext_plus-1.0.14.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
31
|
+
plotext_plus-1.0.14.dist-info/entry_points.txt,sha256=XocAh2z8hTGtuQL1zEcGTulrgfZ2g5UMyHSV-JOSNN8,103
|
|
32
|
+
plotext_plus-1.0.14.dist-info/licenses/LICENSE,sha256=MkgUiRFwIvXwUVDEPy11uIULq7pGDHpIulD4KulsjnM,1150
|
|
33
|
+
plotext_plus-1.0.14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|