AI Briefing
KO

Open-source MCP 'Adeu' released, supporting Word 'Track Changes'

·2026.04.30 20:43

Key point

Adeu, an open-source MCP tool that helps LLMs accurately handle Track Changes in Word documents, has been released.

Details

LLMs mainly operate based on Markdown, but the Track Changes format used in legal documents and the like is difficult to process. Adeu treats DOCX files like a Virtual DOM, directly injecting w:ins and w:del XML to precisely handle changes while preserving formatting and layout.

Key features:

  • Footnotes/Endnotes: Projects them inline via stable OOXML IDs, with Track Changes support.
  • Term management: Extracts defined terms into a symbol table to check for duplicates, unused terms, and typos (based on Levenshtein distance).
  • References and bookmarks: Automatically extracts cross-references and bookmark dependency maps.
  • List and diff optimization: Converts multi-level lists into Markdown indentation, and combines changes within a single clause so they are not fragmented.

This project is open source under the MIT License, and can be used via the uvx adeu init command.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.