Skip to content

1.8.1

Choose a tag to compare

@nredmond829 nredmond829 released this 27 Jul 20:30
· 5 commits to main since this release
03edcf7
  • 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.