Commit 8fc2f80
Add default --limit to show tool (#284)
# Summary
Closes #272.
# Details
- Set explicit value in Pydantic `Field` default param and remove `None`
type
- Extend prompt with guiding words of advice
# Tests
I don't have an OpenAI key to run `task:client` but was able to
successfully use the MCP Inspector and test in Claude/Copilot/Cursor:
Claude - on asking about the default values for show:
<img width="599" height="683" alt="Screenshot 2025-08-13 at 9 48 51 AM"
src="https://github.com/user-attachments/assets/fbac84b7-56a3-4d3b-a42e-aa2413f90bfa"
/>
GitHub Copilot and Cursor had the same results and limited the data:
<img width="1101" height="360" alt="Screenshot 2025-08-13 at 10 13
58 AM"
src="https://github.com/user-attachments/assets/959522d6-83bb-4eeb-b1a5-030b4f7a028b"
/>
---------
Co-authored-by: Devon Fulcher <24593113+DevonFulcher@users.noreply.github.com>1 parent 6a32aa1 commit 8fc2f80
3 files changed
Lines changed: 5 additions & 4 deletions
File tree
- .changes/unreleased
- src/dbt_mcp
- dbt_cli
- prompts/dbt_cli/args
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | | - | |
| 120 | + | |
123 | 121 | | |
124 | 122 | | |
125 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments