illustrator-mcp-server 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -265,7 +265,7 @@ Pre-built workflow templates available in the Claude Desktop prompt picker.
|
|
|
265
265
|
|
|
266
266
|
</details>
|
|
267
267
|
|
|
268
|
-
### Modify Tools (
|
|
268
|
+
### Modify Tools (38)
|
|
269
269
|
|
|
270
270
|
<details>
|
|
271
271
|
<summary>Click to expand</summary>
|
|
@@ -307,6 +307,7 @@ Pre-built workflow templates available in the Claude Desktop prompt picker.
|
|
|
307
307
|
| `create_path_text` | Create text along a path |
|
|
308
308
|
| `place_symbol` | Place or replace symbol instances |
|
|
309
309
|
| `select_objects` | Select objects by UUID (multi-select supported) |
|
|
310
|
+
| `create_crop_marks` | Create crop marks (trim marks) with locale-based style auto-detection (Japanese double-line / Western single-line) |
|
|
310
311
|
| `place_style_guide` | Place a visual style guide outside the artboard (colors, fonts, spacing, margins, guide gaps) |
|
|
311
312
|
| `undo` | Undo/redo operations (multi-step) |
|
|
312
313
|
|
package/package.json
CHANGED