Files
docmost-mcp/src
Bo b208ba4c78 fix: configure Image extension as block-level to match Docmost's schema
The Image extension was configured with `inline: true`, but Docmost's
actual editor defines images as block-level nodes (`inline: false,
group: "block"`). This mismatch caused `update_page` to silently drop
all image nodes during the Yjs merge, since inline image nodes inside
paragraphs don't match Docmost's expected block-level image schema.

Fixes #4

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 09:11:48 +00:00
..