Skip to main content
Glama

MCP Server for Apache Airflow

by yangkyeongmo
conftest.py411 B
""" Pytest configuration and shared fixtures for the test suite. This file contains shared test fixtures, configurations, and utilities that can be used across all test modules. """ import sys from pathlib import Path # Add the src directory to the Python path for imports during testing src_path = Path(__file__).parent.parent / "src" if str(src_path) not in sys.path: sys.path.insert(0, str(src_path))

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