clear_cache
Delete all cached render files and report the freed disk space, resolving storage bloat from previous OpenSCAD renders.
Instructions
Delete all cached render files and report freed space.
Removes every .png file from the configured cache directory.
Does nothing (and still reports success) when the cache is disabled
or the directory does not exist.
Args: ctx: MCP context for logging
Returns: Dict with success status, cleared_files count, and freed_bytes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||