illustrator-mcp-server 1.2.12 → 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.ja.md CHANGED
@@ -347,7 +347,7 @@ Claude Desktop のプロンプト一覧から選択できるワークフロー
347
347
  | カラープロファイル | プロファイルの割り当てのみ対応。完全な変換はできません |
348
348
  | 裁ち落とし設定 | 裁ち落とし設定の読み取りはできません(Illustrator API の制限) |
349
349
  | WebP 書き出し | 非対応です(PNG / SVG をお使いください) |
350
- | 日本式トンボ | PDF 書き出し時に正しく反映されない場合があります |
350
+ | 日本式トンボ | PDF 書き出し時は TrimMark コマンド方式で自動対応。ドキュメント上にトンボを生成→書き出し→undo で除去します |
351
351
  | フォント埋め込み | 埋め込み方式(完全/サブセット)の制御はできません。PDF プリセットで設定してください |
352
352
  | サイズ展開 | 比例縮小のみ。テキストのはみ出し等は手動での調整が必要です |
353
353
 
@@ -411,6 +411,12 @@ E2E テストは新規ドキュメントを作成し、テストオブジェク
411
411
 
412
412
  ---
413
413
 
414
+ ## 免責事項
415
+
416
+ 本ツールは Illustrator の多くの操作を自動化しますが、AI は間違えることがあります。抽出データ、プリフライト結果、ドキュメントの変更内容は、必ず人間が確認してください。**本ツールだけを品質チェックの手段にしないでください。** 特に印刷入稿やクライアント納品物については、手動での検証と併用してお使いください。本ソフトウェアまたはその出力の使用により生じたいかなる損害・損失についても、作者は責任を負いません。
417
+
418
+ ---
419
+
414
420
  ## ライセンス
415
421
 
416
422
  [MIT](LICENSE)
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
 
@@ -348,7 +349,7 @@ Pre-built workflow templates available in the Claude Desktop prompt picker.
348
349
  | Color profiles | Color profile assignment only — full conversion is not available |
349
350
  | Bleed settings | Bleed settings cannot be read (Illustrator API limitation) |
350
351
  | WebP export | Not supported — use PNG or SVG instead |
351
- | Japanese crop marks | May not render correctly in PDF export in some cases |
352
+ | Japanese crop marks | PDF export automatically uses the TrimMark command approach: generates marks as document paths, exports, then removes via undo |
352
353
  | Font embedding | Embedding mode (full/subset) cannot be controlled directly — use PDF presets |
353
354
  | Size variations | Proportional scaling only — text may need manual adjustment afterward |
354
355
 
@@ -412,6 +413,12 @@ The E2E test creates a fresh document, places test objects, runs 106 test cases
412
413
 
413
414
  ---
414
415
 
416
+ ## Disclaimer
417
+
418
+ This tool automates many Illustrator operations, but AI can make mistakes. Extracted data, preflight results, and document modifications should always be reviewed by a person. **Do not rely on this tool as your sole quality check.** Use it as an assistant alongside your own manual verification, especially for print submissions and client deliverables. The authors are not responsible for any damages or losses arising from the use of this software or its outputs.
419
+
420
+ ---
421
+
415
422
  ## License
416
423
 
417
424
  [MIT](LICENSE)