diff --git a/airflow-wingman/pyproject.toml b/airflow-wingman/pyproject.toml index 1455a0a..b04c01b 100644 --- a/airflow-wingman/pyproject.toml +++ b/airflow-wingman/pyproject.toml @@ -27,6 +27,9 @@ license-files = ["LICEN[CS]E*"] GitHub = "https://github.com/abhishekbhakat/airflow-mcp-server" Issues = "https://github.com/abhishekbhakat/airflow-mcp-server/issues" +[project.entry-points."airflow.plugins"] +wingman = "airflow_wingman:WingmanPlugin" + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"