Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_FILE | No | Optional path to log file | |
| JWT_TOKEN | No | Your JWT token for authentication | |
| WP_API_URL | No | The WordPress site URL | |
| WP_API_PASSWORD | No | Your application password for authentication | |
| WP_API_USERNAME | No | Your WordPress username for authentication |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search-posts | Search for WordPress posts by title or keyword |
| get-post | Get a WordPress post by its ID |
| create-post | Create a new WordPress post using Gutenberg blocks |
| update-post | Update a WordPress post using Gutenberg blocks |
| wordpress-block-types-schema | Available WordPress block types that can be used for content creation |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |