There are 2 updates.
 
 
LLM AI Integration / cid:jira-generated-image-avatar-961c2d94-7768-4b8c-bd84-9a85a696ca78 LLMAI-168 Open

MCP Add write_attachment tool

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-e2b38c76-7b99-400c-ba61-b36daff80c91 Changes by Paul Pantiru on 18/Aug/26 13:07
 
Summary: MCP Add upload attachment write_attachment tool
Description: Tool: write_attachment (EDIT, write-gated)
- content XOR content_base64, 1M-char cap as the primary size guard, AttachmentValidator still invoked for admin-tightened policy.
- `base_version` mirrors write_object: required when the document exists, omitted creates it carrying the attachment.
- save path is the REST pattern - clone, setAttachment, validate, resetMimeType, save - inside the existing lock + race recovery. Echoes both versions: the attachment's own (1.1 -> 1.2) and the document's with the `base_version` hint.