Skip to content

v1.15.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 13:46
· 45 commits to main since this release
8d7534f

v1.15.0 - 2026-04-20

Enhancement or New Feature

  • ToolDispatcher routes between single-project and multi-project MCP
  • Add clone command to CLI tools
  • Remove get_job_run_artifact tool

Under the Hood

  • Add DBT_HOST_PREFIX support to remote session initialization
  • Update deprecated streamablehttp_client function to streamable_http_client

Bug Fix

  • Resolve symbolic links for mcp.lock file path before creating FileLock, preventing OSError when ~/.dbt/mcp.lock is a multi-level symbolic link.
  • Fix invalid mixed state when transitioning from single-project to multi-project OAuth login — stored prod/dev environments are no longer inherited when selected_project_ids is set
  • Fix proxied tools for single project MCP
  • Raise NotFoundError instead of ArtifactRetrievalError for 404 responses in get_job_run_artifact