GerritRoska opened a new issue, #64707: URL: https://github.com/apache/airflow/issues/64707
## Description AI agents developing Airflow DAGs benefit from developer utility tools. MCP (Model Context Protocol) servers provide these tools directly in agent workflows. [ToolPipe MCP Server](https://github.com/COSAI-Labs/toolpipe-mcp-server) offers 120+ developer tools useful for Airflow development: - JSON/YAML formatting for DAG configs - SQL formatting for database operators - Cron expression validation for scheduling - CSV analysis for data pipeline debugging - Hash generation for data integrity checks - Docker Compose generation for local testing ## Quick Start ```bash npx @cosai-labs/toolpipe-mcp-server ``` npm: [@cosai-labs/toolpipe-mcp-server](https://www.npmjs.com/package/@cosai-labs/toolpipe-mcp-server) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
