Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_RETRIES | No | Maximum number of retries | 3 |
| RETRY_DELAY_MS | No | Delay between retries | 1000 |
| RANDOM_ORG_API_KEY | Yes | Your api.random.org API key | |
| REQUEST_TIMEOUT_MS | No | Request timeout in milliseconds | 10000 |
| RATE_LIMIT_BURST_SIZE | No | Burst size for rate limiting | 5 |
| RATE_LIMIT_REQUESTS_PER_SECOND | No | Rate limiting | 1 |
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 | |