rhinomcp 0.1.0__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rhinomcp
3
- Version: 0.1.0
3
+ Version: 0.1.1.1
4
4
  Summary: Rhino integration through the Model Context Protocol
5
5
  Author-email: Jingcheng Chen <mail@jchen.ch>
6
6
  License: MIT
@@ -12,3 +12,11 @@ Classifier: Operating System :: OS Independent
12
12
  Requires-Python: >=3.10
13
13
  Description-Content-Type: text/markdown
14
14
  Requires-Dist: mcp[cli]>=1.3.0
15
+
16
+ # RhinoMCP - Rhino Model Context Protocol Integration
17
+
18
+ RhinoMCP connects Rhino to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Rhino. This integration enables prompt assisted 3D modeling in Rhino 3D.
19
+
20
+ Please visit Github for complete information:
21
+
22
+ [Github](https://github.com/jingcheng-chen/rhinomcp)
@@ -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,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ rhinomcp = rhinomcp.server:main
@@ -0,0 +1 @@
1
+ rhinomcp
@@ -1,7 +0,0 @@
1
- __init__.py,sha256=ifLv0vUP55uNrVIBUifl9ahvxzPhcZeeuzHR-ZWrK7A,195
2
- server.py,sha256=Iy7qePeT7fFpf3Dx6RowRBCjsShgM3G9MLzCU3Ce5vk,16918
3
- rhinomcp-0.1.0.dist-info/METADATA,sha256=liW8mVa0Isju8-3-L5ODODTaGsa8PdSpXy4poZ28X5Q,555
4
- rhinomcp-0.1.0.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
5
- rhinomcp-0.1.0.dist-info/entry_points.txt,sha256=ntcnQScRnyohETm0nCxbBu9i8iz0w-UY43NuKlG1Bmk,45
6
- rhinomcp-0.1.0.dist-info/top_level.txt,sha256=9hrOjylSxunQfe1avyYFpNQIzpwvPqHuNNjAzlsy4to,16
7
- rhinomcp-0.1.0.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- rhinomcp = src.server:main
@@ -1,2 +0,0 @@
1
- __init__
2
- server
File without changes
File without changes