Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COOKIE | No | Session cookie for cookie-based authentication | |
| AUTH_TOKEN | No | Base64 encoded username:password for basic authentication | |
| OPENAPI_SPEC | No | The path to the OpenAPI spec file (defaults to latest stable release) | latest stable release |
| AIRFLOW_BASE_URL | Yes | The base URL of the Airflow API (e.g., http://host:port/api/v1) |
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 | |