clear_cache
Remove cached OpenSCAD render files to free disk space. Reports cleared files and bytes freed, even if cache is disabled or missing.
Instructions
Delete all cached render files and report freed space.
Removes every cached image and its dependency manifest 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 | |||