Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port for the web app to run on | 3000 |
| DEBUG | No | Set to 'true' to enable debug logging | |
| NODE_ENV | No | Set to 'development' for development mode | |
| JWT_SECRET | Yes | A random secret used for JWT token generation | |
| REDIRECT_URI | No | The redirect URI for WordPress.com authentication | http://localhost:3000/callback |
| MCP_SERVER_URL | No | The URL where the MCP server is running | http://localhost:3001 |
| WORDPRESS_CLIENT_ID | Yes | Your WordPress.com Client ID from the developer apps page | |
| WORDPRESS_CLIENT_SECRET | Yes | Your WordPress.com Client Secret from the developer apps page | |
| DISABLE_CONFIDENTIALITY_CHECK | No | Set to 'true' to disable the p2_confidentiality_disabled sticker check (not recommended) | false |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |