Files
freecad-robust-mcp-fc111/latest/variables.yaml
T

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/"