Skip to content

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 11 Feb 22:14
· 132 commits to main since this release
4d8a8f8

v1.9.0 - 2026-02-11

Enhancement or New Feature

  • Add Dockerfile and .dockerignore for containerized deployment
  • Add get_all_macros discovery tool
  • Move Logging setup before settings so settings can be logged.
  • Add AI SDK agent example for building TypeScript applications with dbt MCP

Under the Hood

  • Handle invalid tool names in tool allowlist
  • Enhance docs gen script to include d2.png updates / proper MCP casing
  • Align get_lineage_dev to have similar signature to get_lineage. Rename get_model_lineage_dev to get_lineage to align to naming better as well.
  • Use task:d2 to generate d2.png
  • Add human tool descriptions for improved README documentation

Bug Fix

  • Split selector into model_selector and column_selector for dbt.listNodes LSP command
  • Fix empty error messages in semantic layer query_metrics tool errors
  • Fix get_metrics_compiled_sql and query_metrics failing with "Group by metric_time not found" when combining metrics from different semantic models