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
refactor(tools): default structured_output to True, require title (#774)
## Summary
- `GenericToolDefinition.structured_output` now defaults to `bool =
True` (was `bool | None = False`), so new tools get structured output
without explicit opt-in.
- `generic_dbt_mcp_tool` now requires `title` and accepts only keyword
arguments, keeping call sites explicit.
## Test plan
- [x] `task test:unit` — 692 passed
- [x] `task check` — lint, ruff, mypy clean
🤖 Generated with AI assistance
---------
Co-authored-by: AI Assistant <noreply@ai>
0 commit comments