Release Notes
Added
- add spending_history tool for multi-month true-spending baseline (#56)
- add account_inventory tool for per-account planning buckets (#51)
Documentation
- add post-mortem from first live budgeting session (#45)
Fixed
- resolve category names to UUIDs before apply_changeset mutation (#55)
- cap transaction limit at i32::MAX to avoid GraphQL Int32 overflow (#48)
Added
- add account_inventory tool — groups all accounts into retirement-planning buckets (tax-advantaged, taxable brokerage, cash, other assets, liabilities) with per-bucket totals and a net-worth rollup (#50)
Install monarch-mcp 0.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mikelane/monarch-mcp/releases/download/v0.4.0/monarch-mcp-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/mikelane/monarch-mcp/releases/download/v0.4.0/monarch-mcp-installer.ps1 | iex"
Download monarch-mcp 0.4.0