Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WP_ASTRO_DB | No | SQLite database path for storing state and cache. | data/wp-astro.db |
| WP_ASTRO_MODE | No | Operational mode: 'router' (3 tools) or 'full' (all tools). | router |
| WP_ASTRO_CONFIG | No | Config file path for site credentials and settings. | config/sites.json |
| WP_ASTRO_LOG_LEVEL | No | Logging level: debug, info, warn, or error. | info |
Capabilities
Server capabilities have not been inspected yet.
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 | |