illustrator-mcp-server 1.2.12 → 1.3.0

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
@@ -348,7 +348,7 @@ Pre-built workflow templates available in the Claude Desktop prompt picker.
348
348
  | Color profiles | Color profile assignment only — full conversion is not available |
349
349
  | Bleed settings | Bleed settings cannot be read (Illustrator API limitation) |
350
350
  | WebP export | Not supported — use PNG or SVG instead |
351
- | Japanese crop marks | May not render correctly in PDF export in some cases |
351
+ | Japanese crop marks | PDF export automatically uses the TrimMark command approach: generates marks as document paths, exports, then removes via undo |
352
352
  | Font embedding | Embedding mode (full/subset) cannot be controlled directly — use PDF presets |
353
353
  | Size variations | Proportional scaling only — text may need manual adjustment afterward |
354
354
 
@@ -412,6 +412,12 @@ The E2E test creates a fresh document, places test objects, runs 106 test cases
412
412
 
413
413
  ---
414
414
 
415
+ ## Disclaimer
416
+
417
+ 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.
418
+
419
+ ---
420
+
415
421
  ## License
416
422
 
417
423
  [MIT](LICENSE)