↑ ↓ to navigate
↵ to select
esc to close
v0.12.1 Bugfix

v0.12.1 - Rich text round-trips through MCP

Rich-text fields saved through MCP no longer accumulate nested wrappers on every edit.

Fixes

  • entries_get returns rich-text HTML with its outer <div class="lexxy-content"> wrapper. entries_save now strips one such wrapper before storing, so an entries_get → edit → entries_save cycle is safe. Unwrapped fragments are still accepted.