Files
freecad-robust-mcp-fc111/docs/variables.yaml
T
Sean P. KaneandGitHub a775852ce9 chrore: major overhaul of docs, commands, and workflows (#23)
* ci: add status badges to README

* chore: major overhaul - docs, commands & workflows

* fix: general fixes and improvements

* chore: various updates and fixes

* chore: minor fixes
2026-01-07 09:44:45 -08:00

29 lines
756 B
YAML

# Variables for mkdocs-macros-plugin
# Use in docs with {{ variable_name }}
# Project info
project_name: FreeCAD MCP Server
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/"