Skip to main content
Glama

airflow-mcp-server

prompts.py360 B
"""Airflow-specific prompts for MCP server.""" from mcp.server.lowlevel import Server def add_airflow_prompts(_server: Server, mode: str = "safe") -> None: # pragma: no cover - placeholder """Add Airflow-specific prompts to the MCP server. Args: _server: MCP server instance mode: Server mode ("safe" or "unsafe") """ pass

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/abhishekbhakat/airflow-mcp-server'

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