Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENT_READER_SANDBOX | No | Manual override for Puppeteer sandbox. Supported values: auto, on, or off. | |
| PUPPETEER_EXECUTABLE_PATH | No | Path to the system browser (e.g., Chrome/Chromium) executable for PDF exporting if Chromium download was skipped. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| render_markdown | Render markdown text into styled HTML |
| export_document | Export markdown text into PDF or DOCX |
| create_slideshow | Create slideshow HTML from an image directory |
| export_slideshow | Export slideshow from an image directory into HTML or PDF |
| open_file | Open a local file/path using user preference or explicit mode: web/word/pdf/ppt |
| configure_user_preferences | Set default open behavior for novice users |
| get_user_preferences | Read current user preferences for open behavior |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |