Skip to content

Commit 245aa27

Browse files
version: 1.14.0 (#718)
## version: 1.14.0 ## v1.14.0 - 2026-04-14 ### Enhancement or New Feature * Populate dbt_cloud_account_identifier in telemetry events * Auto-fetch DBT_HOST_PREFIX from dbt Platform for SL and Discovery API URL construction * list_metrics now returns dimensions and entities in the same response when the metric count is at or below a configurable threshold (default: 10, via DBT_MCP_SL_FULL_CONFIG_THRESHOLD), reducing LLM round trips from 3 tool calls to 1 for small-to-medium environments ### Under the Hood * Remove forked MCP SDK source * Update dependabot config to batch examples/ security PRs * Add patterns to examples dependencies in dependabot configuration * Match baseline dependabot docs for multi-ecosystem-groups config Co-authored-by: DevonFulcher <24593113+DevonFulcher@users.noreply.github.com>
1 parent 0ba5d9f commit 245aa27

9 files changed

Lines changed: 21 additions & 21 deletions

.changes/unreleased/Enhancement or New Feature-20260402-120000.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Enhancement or New Feature-20260408-161529.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Enhancement or New Feature-20260409-154754.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20260408-092641.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20260410-105942.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20260410-113056.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20260410-150249.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v1.14.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v1.14.0 - 2026-04-14
2+
### Enhancement or New Feature
3+
* Populate dbt_cloud_account_identifier in telemetry events
4+
* Auto-fetch DBT_HOST_PREFIX from dbt Platform for SL and Discovery API URL construction
5+
* list_metrics now returns dimensions and entities in the same response when the metric count is at or below a configurable threshold (default: 10, via DBT_MCP_SL_FULL_CONFIG_THRESHOLD), reducing LLM round trips from 3 tool calls to 1 for small-to-medium environments
6+
### Under the Hood
7+
* Remove forked MCP SDK source
8+
* Update dependabot config to batch examples/ security PRs
9+
* Add patterns to examples dependencies in dependabot configuration
10+
* Match baseline dependabot docs for multi-ecosystem-groups config

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [Changie](https://github.com/miniscruff/changie).
88

99

10+
## v1.14.0 - 2026-04-14
11+
### Enhancement or New Feature
12+
* Populate dbt_cloud_account_identifier in telemetry events
13+
* Auto-fetch DBT_HOST_PREFIX from dbt Platform for SL and Discovery API URL construction
14+
* list_metrics now returns dimensions and entities in the same response when the metric count is at or below a configurable threshold (default: 10, via DBT_MCP_SL_FULL_CONFIG_THRESHOLD), reducing LLM round trips from 3 tool calls to 1 for small-to-medium environments
15+
### Under the Hood
16+
* Remove forked MCP SDK source
17+
* Update dependabot config to batch examples/ security PRs
18+
* Add patterns to examples dependencies in dependabot configuration
19+
* Match baseline dependabot docs for multi-ecosystem-groups config
20+
1021
## v1.13.0 - 2026-04-07
1122
### Enhancement or New Feature
1223
* Add YML selectors support for CLI tools

0 commit comments

Comments
 (0)