We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/littlebearapps/wp-navigator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Gutenberg Module
*
* Exports Gutenberg block parsing and manipulation utilities.
*
* @package WP_Navigator_Pro
* @since 1.1.0
*/
export {
parseGutenbergBlocks,
serializeBlocks,
isReusableBlock,
getReusableBlockRef,
flattenBlocks,
countBlocks,
getBlockTypes,
} from './parser.js';