Skip to content

Commit 7f0fd74

Browse files
stephendolanclaude
andcommitted
docs(readme): add budgets settings, payees locations, and MCP server
Document new CLI commands and MCP server capability for AI agent integration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a79bc6c commit 7f0fd74

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Or set `YNAB_API_KEY` environment variable.
4545
```bash
4646
ynab budgets list
4747
ynab budgets view [id]
48+
ynab budgets settings [id]
4849
ynab budgets set-default <id>
4950
```
5051

@@ -91,6 +92,7 @@ ynab transactions split <id> --splits '[{"amount": -50.00, "category_id": "xxx"}
9192
ynab payees list
9293
ynab payees view <id>
9394
ynab payees update <id> --name <name>
95+
ynab payees locations <id>
9496
ynab payees transactions <id>
9597
```
9698

@@ -116,6 +118,14 @@ ynab api GET /budgets
116118
ynab api POST /budgets/{budget_id}/transactions --data '{"transaction": {...}}'
117119
```
118120

121+
### MCP Server
122+
123+
Run as an MCP server for AI agent integration:
124+
125+
```bash
126+
ynab mcp
127+
```
128+
119129
## Output
120130

121131
All commands return JSON. Use `--compact` for minified output.

0 commit comments

Comments
 (0)