Skip to main content
Glama

MCP Server for Apache Airflow

by yangkyeongmo
enums.py422 B
from enum import Enum class APIType(str, Enum): CONFIG = "config" CONNECTION = "connection" DAG = "dag" DAGRUN = "dagrun" DAGSTATS = "dagstats" DATASET = "dataset" EVENTLOG = "eventlog" IMPORTERROR = "importerror" MONITORING = "monitoring" PLUGIN = "plugin" POOL = "pool" PROVIDER = "provider" TASKINSTANCE = "taskinstance" VARIABLE = "variable" XCOM = "xcom"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yangkyeongmo/mcp-server-apache-airflow'

If you have feedback or need assistance with the MCP directory API, please join our Discord server