Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level (default: 'info') | info |
PDF_MAX_FILE_SIZE | No | Maximum file size in bytes (default: 104857600 = 100MB) | 104857600 |
PDF_MAX_MEMORY_USAGE | No | Maximum memory usage in bytes (default: 524288000 = 500MB) | 524288000 |
PDF_PROCESSING_TIMEOUT | No | Processing timeout in milliseconds (default: 60000) | 60000 |
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 |