Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| DEBUG | No | Enable debug logging | False | 
| NO_PROXY | No | No Proxy details | |
| HTTP_PROXY | No | HTTP Proxy details | |
| API_HEADERS | No | Headers to include in the API requests | |
| HTTPS_PROXY | No | HTTPS Proxy details | |
| API_BASE_URL | Yes | Base URL for the API requests | |
| API_BLACK_LIST | No | Black Listed operationId in list format ["operationId3", "operationId4"] | |
| API_WHITE_LIST | No | White Listed operationId in list format ["operationId1", "operationId2"] | |
| OPENAPI_SPEC_PATH | Yes | Path to the OpenAPI document | 
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  | |