Skip to main content
Glama
index.ts979 B
/** * Tool Registration - Main Entry Point * * Imports and registers all tool categories. * * @package WP_Navigator_Pro * @since 1.3.0 */ import { registerCoreTools } from './core/index.js'; import { registerContentTools } from './content/index.js'; import { registerTaxonomyTools } from './taxonomy/index.js'; import { registerUserTools } from './users/index.js'; import { registerPluginTools } from './plugins/index.js'; import { registerThemeTools } from './themes/index.js'; import { registerTestingTools } from './testing/index.js'; import { registerGutenbergTools } from './gutenberg/index.js'; /** * Register all tools with the tool registry * * Call this once during server initialization before handling requests */ export function registerAllTools() { registerCoreTools(); registerContentTools(); registerTaxonomyTools(); registerUserTools(); registerPluginTools(); registerThemeTools(); registerTestingTools(); registerGutenbergTools(); }

Implementation Reference

Latest Blog Posts

MCP directory API

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