We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/paschmaria/mwaa-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•224 B
"""MWAA MCP Server - Model Context Protocol server for Amazon Managed Workflows for Apache Airflow."""
from .server import mcp, main
from .tools import MWAATools
__all__ = ["mcp", "main", "MWAATools"]
__version__ = "1.0.0"