rhinomcp 0.1.3.4__py3-none-any.whl → 0.1.3.6__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.
rhinomcp/server.py CHANGED
@@ -191,7 +191,6 @@ async def server_lifespan(server: FastMCP) -> AsyncIterator[Dict[str, Any]]:
191
191
  # Create the MCP server with lifespan support
192
192
  mcp = FastMCP(
193
193
  "RhinoMCP",
194
- description="Rhino integration through the Model Context Protocol",
195
194
  lifespan=server_lifespan
196
195
  )
197
196
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rhinomcp
3
- Version: 0.1.3.4
3
+ Version: 0.1.3.6
4
4
  Summary: Rhino integration through the Model Context Protocol
5
5
  Author-email: Jingcheng Chen <mail@jchen.ch>
6
6
  License: MIT
@@ -11,7 +11,8 @@ Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Operating System :: OS Independent
12
12
  Requires-Python: >=3.10
13
13
  Description-Content-Type: text/markdown
14
- Requires-Dist: mcp[cli]>=1.3.0
14
+ Requires-Dist: fastmcp>=2.11.2
15
+ Requires-Dist: mcp[cli]>=1.12.4
15
16
 
16
17
  # RhinoMCP - Rhino Model Context Protocol Integration
17
18
 
@@ -1,5 +1,5 @@
1
1
  rhinomcp/__init__.py,sha256=ZHchPee5EDS_KuvxJCKcTblKQom6X0s7AV2XFHIKP_k,1228
2
- rhinomcp/server.py,sha256=fbEs4HBLWTudg-e6BpFz294JV8pruqw8yBRgrmlEV2w,9415
2
+ rhinomcp/server.py,sha256=VkVsl8wyXosnOIvaQ-BKSRvaPJ1n01M-7wOuFfNiNX8,9343
3
3
  rhinomcp/prompts/assert_general_strategy.py,sha256=Aovach0WYClUw191iX_Mwyh2KlxdVp0gB2Wt4eiQDvM,1250
4
4
  rhinomcp/static/rhinoscriptsyntax.py,sha256=xrIBMxVs9qTXIzDQT3jLILF4TS-7MbNMqJrBY5KlOUk,1480485
5
5
  rhinomcp/tools/create_layer.py,sha256=Pz6xgKsiNZGRcUwc4nQrvSWwRNc9Uv5Vs4g-lKQz82c,1377
@@ -17,8 +17,8 @@ rhinomcp/tools/get_selected_objects_info.py,sha256=TG9pUz1NscYOoSUQN-vnl-zuILbjd
17
17
  rhinomcp/tools/modify_object.py,sha256=OVQa75PAmuVx-YslxSC2ITdFbp6cCELVaacI77sJ7Zg,1912
18
18
  rhinomcp/tools/modify_objects.py,sha256=52okeGwV5IQiuBSBH9HcyDCxWbCNF4eA7LoLuhLlgp4,1498
19
19
  rhinomcp/tools/select_objects.py,sha256=J9QjfnD9gdepTCqalBDqOi9nJEX9D3sLPJKImTcJciI,1935
20
- rhinomcp-0.1.3.4.dist-info/METADATA,sha256=Tq7xw_flkVOwRtPAazh_mgG6WPOIu7qX88AnSoTqhDg,920
21
- rhinomcp-0.1.3.4.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
22
- rhinomcp-0.1.3.4.dist-info/entry_points.txt,sha256=OserOidtKWCl-_h3O1c2e9La6wYmJ9rE5F_T5wRLX9w,50
23
- rhinomcp-0.1.3.4.dist-info/top_level.txt,sha256=sw73qoWC7GQp5upujkME6pRWc8OxBydEeDwQqu-qv4U,9
24
- rhinomcp-0.1.3.4.dist-info/RECORD,,
20
+ rhinomcp-0.1.3.6.dist-info/METADATA,sha256=QwD_Njr4XZOxV7QKyM1imY1sID1kX7t6F_hY-t2UGDE,952
21
+ rhinomcp-0.1.3.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
22
+ rhinomcp-0.1.3.6.dist-info/entry_points.txt,sha256=OserOidtKWCl-_h3O1c2e9La6wYmJ9rE5F_T5wRLX9w,50
23
+ rhinomcp-0.1.3.6.dist-info/top_level.txt,sha256=sw73qoWC7GQp5upujkME6pRWc8OxBydEeDwQqu-qv4U,9
24
+ rhinomcp-0.1.3.6.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.0.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5