Files
freecad-robust-mcp-fc111/package.xml
T
Sean P. KaneandGitHub 47e80f1bc7 Refactor (#37)
* refactor: remove macros

* refactor: additional cleanup

* chore: small cleanup

* refactor: update .coderabbit.yaml configuration

* docs: update CLAUDE.md with new documentation

* docs: table alignment
2026-01-17 21:24:37 -08:00

48 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>FreeCAD Robust MCP Bridge</name>
<description>A robust MCP (Model Context Protocol) bridge workbench for AI assistant integration with FreeCAD.</description>
<icon>addon/FreecadRobustMCPBridge/FreecadRobustMCPBridge.svg</icon>
<!-- Note: Each component has its own version below. This top-level date is for reference only. -->
<date>2026-01-07</date>
<maintainer email="spkane@gmail.com">Sean P. Kane</maintainer>
<author email="spkane@gmail.com">Sean P. Kane</author>
<license file="LICENSE">MIT</license>
<freecadmin>0.21</freecadmin>
<url type="repository" branch="main">https://github.com/spkane/freecad-addon-robust-mcp-server</url>
<url type="bugtracker">https://github.com/spkane/freecad-addon-robust-mcp-server/issues</url>
<url type="readme">https://github.com/spkane/freecad-addon-robust-mcp-server/blob/main/README.md</url>
<url type="documentation">https://github.com/spkane/freecad-addon-robust-mcp-server#readme</url>
<tag>workbench</tag>
<tag>MCP</tag>
<tag>AI</tag>
<tag>automation</tag>
<tag>Claude</tag>
<tag>bridge</tag>
<tag>headless</tag>
<tag>scripting</tag>
<content>
<workbench>
<name>Robust MCP Bridge</name>
<version>0.6.1</version>
<date>2026-01-12</date>
<description>Robust MCP Bridge workbench for AI assistant integration with FreeCAD. Uses the Model Context Protocol (MCP) to connect AI assistants like Claude Code and Cursor to FreeCAD. Works in both GUI mode (with full visual features including screenshots, colors, and camera control) and headless mode (for automation and CI/CD). Provides toolbar commands to start, stop, and monitor the MCP bridge server. Supports XML-RPC and JSON-RPC protocols with 82+ CAD tools.</description>
<classname>FreecadRobustMCPBridgeWorkbench</classname>
<subdirectory>./addon/FreecadRobustMCPBridge/</subdirectory>
<icon>FreecadRobustMCPBridge.svg</icon>
<freecadmin>0.21</freecadmin>
</workbench>
</content>
</package>