Skip to content

v1.19.1

Choose a tag to compare

@github-actions github-actions released this 14 May 20:31
· 4 commits to main since this release
c84d955

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