Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging verbosity level | info |
| RETRY_DELAY | No | Delay between retries (ms) | 1000 |
| RETRY_ATTEMPTS | No | Number of retry attempts | 3 |
| REQUEST_TIMEOUT | No | API request timeout (ms) | 30000 |
| SIMPLIFIED_API_TOKEN | Yes | Your Simplified API token | |
| SIMPLIFIED_API_BASE_URL | No | Simplified API base URL | https://api.simplified.com |
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 | |