Skip to content

Commit c84d955

Browse files
version: 1.19.1 (#779)
## version: 1.19.1 ## v1.19.1 - 2026-05-14 ### Under the Hood * Silence asyncio DeprecationWarning in LSP connection unit tests by binding a fresh event loop and using loop.create_future() instead of bare asyncio.Future(). * Make ToolDefinition.structured_output default to True and require title in generic_dbt_mcp_tool. Decorator now keyword-only. * Remove dbt-artifacts-parser from 7 day exclusion * Fix test_local_mcp_list_metrics_returns_valid_response integration test Co-authored-by: DevonFulcher <24593113+DevonFulcher@users.noreply.github.com>
1 parent dbe7069 commit c84d955

7 files changed

Lines changed: 13 additions & 13 deletions

.changes/unreleased/Under the Hood-20260513-085513.yaml

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

.changes/unreleased/Under the Hood-20260513-085632.yaml

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

.changes/unreleased/Under the Hood-20260513-150204.yaml

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

.changes/unreleased/Under the Hood-20260513-221446.yaml

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

.changes/v1.19.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v1.19.1 - 2026-05-14
2+
### Under the Hood
3+
* Silence asyncio DeprecationWarning in LSP connection unit tests by binding a fresh event loop and using loop.create_future() instead of bare asyncio.Future().
4+
* Make ToolDefinition.structured_output default to True and require title in generic_dbt_mcp_tool. Decorator now keyword-only.
5+
* Remove dbt-artifacts-parser from 7 day exclusion
6+
* Fix test_local_mcp_list_metrics_returns_valid_response integration test

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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.19.1 - 2026-05-14
11+
### Under the Hood
12+
* Silence asyncio DeprecationWarning in LSP connection unit tests by binding a fresh event loop and using loop.create_future() instead of bare asyncio.Future().
13+
* Make ToolDefinition.structured_output default to True and require title in generic_dbt_mcp_tool. Decorator now keyword-only.
14+
* Remove dbt-artifacts-parser from 7 day exclusion
15+
* Fix test_local_mcp_list_metrics_returns_valid_response integration test
16+
1017
## v1.19.0 - 2026-05-13
1118
### Enhancement or New Feature
1219
* list_metrics now accepts a list of substrings in the search parameter (results are unioned and deduplicated, fetched in parallel) and prefixes its CSV with a # Note: line whenever description/metadata are trimmed because the response exceeded DBT_MCP_SL_MAX_RESPONSE_CHARS. Trimming is also now scoped to broad listings (result count above metrics_related_max) so a narrow result set always returns full description and metadata.

uv.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)