Metadata-Version: 2.4
Name: rhinomcp-mod
Version: 0.4.0
Summary: Rhino integration through the Model Context Protocol
Author-email: Mikhael Johanes <johanes.mikhael@gmail.com>, Jingcheng Chen <mail@jchen.ch>
Maintainer-email: Mikhael Johanes <johanes.mikhael@gmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/johanesmikhael/rhinomcp-mod
Project-URL: Bug Tracker, https://github.com/johanesmikhael/rhinomcp-mod/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: fastmcp>=2.11.2
Requires-Dist: mcp[cli]>=1.12.4
Dynamic: license-file

# RhinoMCP-mod - Rhino Model Context Protocol Integration

RhinoMCP-mod 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.

Please visit Github for complete information:

[Github](https://github.com/johanesmikhael/rhinomcp-mod)

Version 0.3.1 returns a stability result an agent can read: the verdict, every scalar and a digest of the per-joint forces in a few kilobytes, with the complete report stored on the document and `get_stability_report` to page any part of it. It also makes the Rhino command ask each mode about its own parameters, and honours `ground_settlement` in assembly mode.

Version 0.3.0 adds stability evaluation for assemblies of discrete elements. Each element is a rigid body with its own mass; the joints between them are measured from where the geometry actually bears and typed as contact (bears in compression only, with friction), pin or fixed, with an optional tension capacity. The evaluator answers whether the assembly stands, how far it moves and how stiff it is, and reports the force at every joint. Rhino-facing lengths stay in document units - metric or imperial - while the solver works internally in metres, kilograms and SI gravity.
