rhinomcp 0.1.1__py3-none-any.whl → 0.1.1.1__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.
@@ -1,17 +1,17 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rhinomcp
3
- Version: 0.1.1
3
+ Version: 0.1.1.1
4
4
  Summary: Rhino integration through the Model Context Protocol
5
- Project-URL: Homepage, https://github.com/jingcheng-chen/rhinomcp
6
- Project-URL: Bug Tracker, https://github.com/jingcheng-chen/rhinomcp/issues
7
5
  Author-email: Jingcheng Chen <mail@jchen.ch>
8
6
  License: MIT
7
+ Project-URL: Homepage, https://github.com/jingcheng-chen/rhinomcp
8
+ Project-URL: Bug Tracker, https://github.com/jingcheng-chen/rhinomcp/issues
9
+ Classifier: Programming Language :: Python :: 3
9
10
  Classifier: License :: OSI Approved :: MIT License
10
11
  Classifier: Operating System :: OS Independent
11
- Classifier: Programming Language :: Python :: 3
12
12
  Requires-Python: >=3.10
13
- Requires-Dist: mcp[cli]>=1.3.0
14
13
  Description-Content-Type: text/markdown
14
+ Requires-Dist: mcp[cli]>=1.3.0
15
15
 
16
16
  # RhinoMCP - Rhino Model Context Protocol Integration
17
17
 
@@ -0,0 +1,7 @@
1
+ rhinomcp/__init__.py,sha256=ifLv0vUP55uNrVIBUifl9ahvxzPhcZeeuzHR-ZWrK7A,195
2
+ rhinomcp/server.py,sha256=Iy7qePeT7fFpf3Dx6RowRBCjsShgM3G9MLzCU3Ce5vk,16918
3
+ rhinomcp-0.1.1.1.dist-info/METADATA,sha256=OKDpWN-EyDBV7JyjiscCeQd0AV_b1W8ydV_wcsFBmfQ,920
4
+ rhinomcp-0.1.1.1.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
5
+ rhinomcp-0.1.1.1.dist-info/entry_points.txt,sha256=OserOidtKWCl-_h3O1c2e9La6wYmJ9rE5F_T5wRLX9w,50
6
+ rhinomcp-0.1.1.1.dist-info/top_level.txt,sha256=sw73qoWC7GQp5upujkME6pRWc8OxBydEeDwQqu-qv4U,9
7
+ rhinomcp-0.1.1.1.dist-info/RECORD,,
@@ -1,4 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: setuptools (77.0.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ rhinomcp = rhinomcp.server:main
@@ -0,0 +1 @@
1
+ rhinomcp
@@ -1,6 +0,0 @@
1
- rhinomcp/__init__.py,sha256=ifLv0vUP55uNrVIBUifl9ahvxzPhcZeeuzHR-ZWrK7A,195
2
- rhinomcp/server.py,sha256=Iy7qePeT7fFpf3Dx6RowRBCjsShgM3G9MLzCU3Ce5vk,16918
3
- rhinomcp-0.1.1.dist-info/METADATA,sha256=6StQLC_c7GcDiYplZVY-POZ4aL6fKefzH7QDZX1pg9k,918
4
- rhinomcp-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
- rhinomcp-0.1.1.dist-info/entry_points.txt,sha256=ezRXwA4Afl_7PoLudxvaWLJLo_lmrF7GDCsl_a5sYUA,48
6
- rhinomcp-0.1.1.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- rhinomcp = rhinomcp.main:main