rhinomcp 0.1.0__tar.gz → 0.1.1.1__tar.gz
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.
- {rhinomcp-0.1.0 → rhinomcp-0.1.1.1}/PKG-INFO +9 -1
- rhinomcp-0.1.1.1/README.md +7 -0
- {rhinomcp-0.1.0 → rhinomcp-0.1.1.1}/pyproject.toml +3 -2
- {rhinomcp-0.1.0 → rhinomcp-0.1.1.1}/src/rhinomcp.egg-info/PKG-INFO +9 -1
- {rhinomcp-0.1.0 → rhinomcp-0.1.1.1}/src/rhinomcp.egg-info/SOURCES.txt +3 -2
- rhinomcp-0.1.1.1/src/rhinomcp.egg-info/entry_points.txt +2 -0
- rhinomcp-0.1.1.1/src/rhinomcp.egg-info/top_level.txt +1 -0
- rhinomcp-0.1.0/src/rhinomcp.egg-info/entry_points.txt +0 -2
- rhinomcp-0.1.0/src/rhinomcp.egg-info/top_level.txt +0 -2
- {rhinomcp-0.1.0 → rhinomcp-0.1.1.1}/setup.cfg +0 -0
- {rhinomcp-0.1.0/src → rhinomcp-0.1.1.1/src/rhinomcp}/__init__.py +0 -0
- {rhinomcp-0.1.0/src → rhinomcp-0.1.1.1/src/rhinomcp}/server.py +0 -0
- {rhinomcp-0.1.0 → rhinomcp-0.1.1.1}/src/rhinomcp.egg-info/dependency_links.txt +0 -0
- {rhinomcp-0.1.0 → rhinomcp-0.1.1.1}/src/rhinomcp.egg-info/requires.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: rhinomcp
|
3
|
-
Version: 0.1.
|
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 - Rhino Model Context Protocol Integration
|
2
|
+
|
3
|
+
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.
|
4
|
+
|
5
|
+
Please visit Github for complete information:
|
6
|
+
|
7
|
+
[Github](https://github.com/jingcheng-chen/rhinomcp)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "rhinomcp"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.1.1"
|
4
4
|
description = "Rhino integration through the Model Context Protocol"
|
5
5
|
readme = "README.md"
|
6
6
|
requires-python = ">=3.10"
|
@@ -18,7 +18,7 @@ dependencies = [
|
|
18
18
|
]
|
19
19
|
|
20
20
|
[project.scripts]
|
21
|
-
rhinomcp = "
|
21
|
+
rhinomcp = "rhinomcp.server:main"
|
22
22
|
|
23
23
|
[build-system]
|
24
24
|
requires = ["setuptools>=61.0", "wheel"]
|
@@ -27,6 +27,7 @@ build-backend = "setuptools.build_meta"
|
|
27
27
|
[tool.setuptools]
|
28
28
|
package-dir = {"" = "src"}
|
29
29
|
|
30
|
+
|
30
31
|
[project.urls]
|
31
32
|
"Homepage" = "https://github.com/jingcheng-chen/rhinomcp"
|
32
33
|
"Bug Tracker" = "https://github.com/jingcheng-chen/rhinomcp/issues"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: rhinomcp
|
3
|
-
Version: 0.1.
|
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 @@
|
|
1
|
+
rhinomcp
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|