Skip to content

Releases: astronomer/agents

astro-airflow-mcp-0.3.0

30 Jan 02:35

Choose a tag to compare

What's Changed

  • Switch astro-dwh-mcp to dynamic versioning from git tags by @schnie in #46
  • Bump MCP server version tags by @schnie in #47
  • feat: airflow mcp skill and hook by @milton-li in #45
  • Add Cursor hooks compatibility by @kaxil in #50
  • Add clear_task_instances MCP tool for retrying failed tasks by @petedejoy in #51
  • Split server.py into modular tool files by domain by @jlaneve in #52
  • Update pre-commit hooks by @jedcunningham in #55
  • Fix skill hook paths to resolve to correct directories by @josh-fell in #56
  • Add multi-database support for analyzing-data skill by @kaxil in #57
  • Add multi-database documentation to analyzing-data skill by @kaxil in #58
  • Rename config path from ~/.astro/ai/config/ to ~/.astro/agents/ by @kaxil in #59
  • Add Redshift support via SQLAlchemy connector by @kaxil in #60
  • Refactor SQLAlchemy connector with unified dialect registry by @kaxil in #61
  • Adds Airflow API Skill by @schnie in #53
  • Add CLI commands and fix CI build by @schnie in #62

New Contributors

Full Changelog: astro-airflow-mcp-0.2.3...astro-airflow-mcp-0.3.0

astro-airflow-mcp-0.2.3: Fix hatch-vcs to find git root from subdirectory

23 Jan 18:30

Choose a tag to compare

In a monorepo, hatch-vcs needs root=".." to find the .git directory
when building from a package subdirectory.

Co-Authored-By: Claude Opus 4.5 <[email protected]>