From 76f9bc60467ece4a3bd2353f0aec26973b0738ef Mon Sep 17 00:00:00 2001 From: abhishekbhakat Date: Sun, 16 Feb 2025 10:18:35 +0000 Subject: [PATCH] Scope update --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9d052c4..cd34bd0 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,11 @@ https://github.com/user-attachments/assets/f3e60fff-8680-4dd9-b08e-fa7db655a705 ``` > You can download the openapi spec from [Airflow REST API](https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html) + +# Scope + +2 different streams in which Airflow MCP Server can be used: +- Adding Airflow to AI (_complete access to an Airflow deployment_) + - This will enable AI to be able to write DAGs and just do things in a schedule on its own. +- Adding AI to Airflow (_read-only access using Airflow Plugin_) + - This stream can enable Users to be able to get a better understanding about their deployment. Specially in cases where teams have hundreds, if not thousands of dags.