Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| format_wpcodebox_snippet | Format a code snippet for WPCodebox plugin with proper structure and metadata |
| get_wpcodebox_guidelines | Get WPCodebox usage guidelines and best practices |
| validate_wpcodebox_snippet | Validate a snippet structure against WPCodebox requirements |
| generate_gutenberg_block | Generate complete Gutenberg block code including block.json, PHP registration, and React components |
| generate_block_variation | Generate a Gutenberg block variation |
| generate_block_pattern | Generate a Gutenberg block pattern |
| get_gutenberg_standards | Get Gutenberg block development standards and best practices |
| generate_gb_block | Generate GenerateBlocks-compatible block code |
| generate_gb_styles | Generate GenerateBlocks-specific SCSS (compile to CSS for production) |
| generate_gb_template | Generate GenerateBlocks template code |
| get_generateblocks_guide | Get GenerateBlocks development guide and best practices |
| generate_php_function | Generate WordPress PHP function following coding standards |
| generate_hook | Generate WordPress action or filter hook code |
| generate_shortcode | Generate WordPress shortcode implementation |
| generate_rest_endpoint | Generate WordPress REST API endpoint |
| format_for_wpcodebox | Format any generated code for WPCodebox snippet structure |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| WordPress Coding Standards | WordPress coding standards reference for PHP, JavaScript, and CSS |
| Gutenberg Block Development Patterns | Common Gutenberg block development patterns and examples |
| GenerateBlocks Development Guide | Best practices for GenerateBlocks plugin development |
| WPCodebox Snippet Format | WPCodebox snippet format specifications and structure |
| GeneratePress Theme Guide | GeneratePress theme-specific development guidelines |