Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SCHOLAR_TIMEOUT | No | HTTP timeout in seconds | 20 |
| PYTHONUNBUFFERED | No | Force stdout and stderr to be unbuffered. | 1 |
| SCHOLAR_MIN_DELAY | No | Minimum delay between requests (seconds) | 1.2 |
| SCHOLAR_PROXY_URL | No | HTTP/HTTPS proxy URL | |
| SCHOLAR_USER_AGENT | No | User-Agent header for requests | Chrome-like UA |
| SCHOLAR_MAX_RETRIES | No | Retry attempts on failure | 2 |
| SCHOLAR_MAX_PAGE_SIZE | No | Max results per request | 20 |
| SCHOLAR_RETRY_BACKOFF | No | Backoff multiplier between retries | 1.5 |
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 | |