Skip to content

v0.14.0

Choose a tag to compare

@galatanovidiu galatanovidiu released this 16 Jul 06:33
· 54 commits to trunk since this release
41c34b0

Fixed

  • Server abilities now load on sites running the current Gutenberg plugin. The adapter relied on @wordpress/core-abilities seeding the client store as a side effect of import. The newer Gutenberg build changed that contract to an explicit initialize() call, so on those sites the ~250 server-registered abilities (the abilities-catalog, WooCommerce, Jetpack Forms, comments, Akismet, core) silently failed to appear — only the adapter's own in-editor webmcp/* tools showed. The adapter now calls initialize() when present (backward-compatible with the seed-on-import core build). Verified on a live site: a clean wp-admin load registers all tools.

Full diff: v0.13.0...v0.14.0