forked from ATOI-Ming/FreeCAD-MCP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
19 lines (17 loc) · 723 Bytes
/
Copy pathpackage.xml
File metadata and controls
19 lines (17 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1">
<name>FreeCAD MCP</name>
<description>FreeCAD Model Control Protocol - Connect FreeCAD to Cline、cursor、claude via MCP with visual feedback and parts library</description>
<version>0.3.0</version>
<maintainer email="1757772673@qq.com">ATOI-Ming</maintainer>
<license>MIT</license>
<url type="repository">https://github.com/ATOI-Ming/freecad-mcp</url>
<content>
<workbench>
<classname>FreeCADMCPWorkbench</classname>
<subdirectory>./</subdirectory>
<icon>assets/icon.svg</icon>
<depend>FreeCAD</depend>
</workbench>
</content>
</package>