You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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