Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| AUTH_BEARER | No | Bearer token for token-based authentication | |
| REST_BASE_URL | No | Base URL for the REST API (e.g., https://api.example.com) | |
| AUTH_APIKEY_VALUE | No | API key value for API key authentication | |
| AUTH_BASIC_PASSWORD | No | Password for Basic Authentication | |
| AUTH_BASIC_USERNAME | No | Username for Basic Authentication | |
| REST_ENABLE_SSL_VERIFY | No | Enable or disable SSL verification for self-signed certificates | true | 
| AUTH_APIKEY_HEADER_NAME | No | Header name for API key authentication (e.g., X-API-Key) | |
| REST_RESPONSE_SIZE_LIMIT | No | Maximum response size in bytes | 10000 | 
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  | |