Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| READ_ONLY | No | Enables read-only mode (true/false). Defaults to false. | false |
| AIRFLOW_HOST | No | The URL of your Airflow host (e.g., http://localhost:8080). | http://localhost:8080 |
| AIRFLOW_PASSWORD | No | Your Airflow password for Basic Authentication. | |
| AIRFLOW_USERNAME | No | Your Airflow username for Basic Authentication. | |
| AIRFLOW_JWT_TOKEN | No | Your JWT token for authentication. If provided, this takes precedence over basic authentication. | |
| AIRFLOW_API_VERSION | No | The Airflow API version to use. | v1 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |