Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOC2X_API_KEY | Yes | API key for Doc2x (format: sk-xxx) | |
| DOC2X_BASE_URL | No | Base URL for Doc2x API | https://v2.doc2x.noedgeai.com |
| DOC2X_MAX_WAIT_MS | No | Maximum wait time in milliseconds | 600000 |
| DOC2X_HTTP_TIMEOUT_MS | No | HTTP timeout in milliseconds | 60000 |
| DOC2X_POLL_INTERVAL_MS | No | Polling interval in milliseconds | 2000 |
| DOC2X_DOWNLOAD_URL_ALLOWLIST | No | Comma-separated list of allowed download URL hosts (set to * to allow any host, not recommended) | .amazonaws.com.cn,.aliyuncs.com,.noedgeai.com |
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 | |