get_libraries
Discover installed OpenSCAD libraries by scanning standard library paths and OPENSCADPATH, then list each library's file count, README presence, and main entry files.
Instructions
Discover installed OpenSCAD libraries on the system.
Searches standard OpenSCAD library paths for the current platform, plus the OPENSCADPATH environment variable. For each found library directory, lists subdirectories as libraries and reports file counts, README presence, and main entry files.
This is a read-only operation that does not require OpenSCAD to be installed.
Args: ctx: MCP context for logging
Returns: Dict with success status, library_paths searched, and libraries list with name, path, file_count, has_readme, and main_files for each library
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||