Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROXY_URL | No | Proxy URL for users in mainland China (e.g., http://127.0.0.1:7890). | |
| USE_PROXY | No | Enable proxy usage. Set to 'true' or 'false'. | |
| PYTHONUTF8 | No | Environment variable to force UTF-8 encoding in Python, useful for Windows. Set to '1'. | |
| DEEPSEEK_API_KEY | Yes | Required for LLM extraction mode. Your DeepSeek API key. | |
| DEFAULT_MAX_LENGTH | No | Default maximum character length for fetched content (e.g., '5000'). |
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 | |