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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. 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 (37)
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "illustrator-mcp-server",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "mcpName": "io.github.ie3jp/illustrator-mcp-server",
5
5
  "description": "MCP server for reading, manipulating, and exporting Adobe Illustrator design data",
6
6
  "type": "module",