Files
Sean P. KaneandGitHub a797038f6f docs: note macro repo move (#38)
* docs: note macro repo move

* chore: bump workbench to 0.6.2

* docs: update README.md

* docs: improve release notes
2026-01-18 19:14:30 -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.2</version>
<date>2026-01-18</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>