* chore: rename workbench to FreecadRobustMCPBridge * fix: stdio cleanup and bug fix for JSON RPC * fix: update FreeCAD MCP bridge and tests * test: Fix GUI Integration tests and other issues * fix: unit tests in CI and a few other things * docs: generate GitHub pages site and link to it. * fix: General code improvements and DRY refactoring * chore: General cleanup * chore: small fixes * docs: cleanup * docs: fixes * docs: small corrections * docs: fix * test: release check * bump: workbench v0.6.0 * chore: bump macros to 0.6.0 * docs: Release improvements * refactor: improve DRYness of code
29 lines
815 B
YAML
29 lines
815 B
YAML
# Variables for mkdocs-macros-plugin
|
|
# Use in docs with {{@ variable_name @}} (custom delimiters to avoid Python dict conflicts)
|
|
|
|
# Project info
|
|
project_name: FreeCAD Robust MCP Suite
|
|
package_name: freecad-robust-mcp
|
|
docker_image: spkane/freecad-robust-mcp
|
|
|
|
# URLs
|
|
repo_url: https://github.com/spkane/freecad-robust-mcp-and-more
|
|
pypi_url: https://pypi.org/project/freecad-robust-mcp/
|
|
docker_url: https://hub.docker.com/r/spkane/freecad-robust-mcp
|
|
|
|
# Ports
|
|
xmlrpc_port: 9875
|
|
socket_port: 9876
|
|
|
|
# Paths (platform-specific)
|
|
paths:
|
|
macos:
|
|
macro: ~/Library/Application Support/FreeCAD/Macro/
|
|
mod: ~/Library/Application Support/FreeCAD/Mod/
|
|
linux:
|
|
macro: ~/.local/share/FreeCAD/Macro/
|
|
mod: ~/.local/share/FreeCAD/Mod/
|
|
windows:
|
|
macro: "%APPDATA%/FreeCAD/Macro/"
|
|
mod: "%APPDATA%/FreeCAD/Mod/"
|