Commit 25b7c8a
fix(mcp): treat "default" budgetId as fallback to configured default (#36)
MCP clients pass budgetId: "default" as a literal string, which the
YNAB API rejects with a 404. Now treated as a signal to use the
configured default budget.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent b80081d commit 25b7c8a
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments