rhinomcp 0.1.0__py3-none-any.whl → 0.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,14 +1,22 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rhinomcp
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Rhino integration through the Model Context Protocol
5
- Author-email: Jingcheng Chen <mail@jchen.ch>
6
- License: MIT
7
5
  Project-URL: Homepage, https://github.com/jingcheng-chen/rhinomcp
8
6
  Project-URL: Bug Tracker, https://github.com/jingcheng-chen/rhinomcp/issues
9
- Classifier: Programming Language :: Python :: 3
7
+ Author-email: Jingcheng Chen <mail@jchen.ch>
8
+ License: MIT
10
9
  Classifier: License :: OSI Approved :: MIT License
11
10
  Classifier: Operating System :: OS Independent
11
+ Classifier: Programming Language :: Python :: 3
12
12
  Requires-Python: >=3.10
13
- Description-Content-Type: text/markdown
14
13
  Requires-Dist: mcp[cli]>=1.3.0
14
+ Description-Content-Type: text/markdown
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,6 @@
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,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (77.0.3)
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ rhinomcp = rhinomcp.main:main
@@ -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