v0.14.0
Fixed
- Server abilities now load on sites running the current Gutenberg plugin. The adapter relied on
@wordpress/core-abilitiesseeding the client store as a side effect of import. The newer Gutenberg build changed that contract to an explicitinitialize()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-editorwebmcp/*tools showed. The adapter now callsinitialize()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