labmate-mcp 7.0.0__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.
@@ -0,0 +1,4 @@
1
+ """labmate-mcp — Your AI lab companion. 78 tools from literature search to benchwork to publication."""
2
+
3
+ __version__ = "7.0.0"
4
+ VERSION = __version__
@@ -0,0 +1,3 @@
1
+ """Allow running as: python -m labmate_mcp"""
2
+ from labmate_mcp.server import main
3
+ main()