Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_POSTS | No | Default number of recent posts to fetch | |
| OPENAI_MODEL | No | Overrides the model used for summarisation | |
| OPENAI_API_KEY | No | OpenAI API key (optional but recommended) to enable report generation | |
| PLAYWRIGHT_HEADLESS | No | Set to 'false' to watch the browser | |
| PLAYWRIGHT_WAIT_UNTIL | No | Set page load wait condition (e.g., 'domcontentloaded' or 'load') | |
| PLAYWRIGHT_STORAGE_STATE | No | Path to the saved session | ./storageState.json |
| PLAYWRIGHT_BROWSER_CHANNEL | No | Set to 'chrome' if you want to run the system Chrome instead of bundled Chromium |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |