check_openscad
Verify OpenSCAD installation status and retrieve version information to ensure proper functionality before 3D model rendering operations.
Instructions
Verify OpenSCAD installation and return version info.
Args: include_paths: Include searched paths in response ctx: MCP context for logging
Returns: Dict with OpenSCAD installation information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_paths | No |
Input Schema (JSON Schema)
{
"properties": {
"include_paths": {
"default": false,
"title": "Include Paths",
"type": "boolean"
}
},
"type": "object"
}