You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added a new get-block-info MCP ability so that full info about core WP blocks and custom React blocks can be accessed (previously only had the ability to get ACF block data)
Added the following filters to allow the theme/plugins to add additional information to the abilities results:
wpt_mcp_acf_block_data - for adding additional data to the list-acf-blocks ability.
wpt_mcp_block_list_entry - for adding additional data to the list-allowed-blocks ability.
wpt_mcp_block_info_data - for adding additional data to the get-block-info ability.
Fixed pre-existing PHPCS linting errors in the file based on the project linting rules.