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
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
reckon month boundaries in the host's local timezone so the monthly tools no longer mislabel the current month late on the last day of a month for users behind UTC (#36)
make datetime handling deterministic and hermetic, fixing a flaky prior-month spending delta at month boundaries (#34)
compute true spending from transactions in both tools; surface refund pairs (#32)
honor Monarch sign convention in spending_report (expenses are negative) (#31)
treat missing goals file as no goals configured, so progress_vs_goals no longer crashes with MCP error -32603 when MONARCH_GOALS_FILE points at a path that does not exist yet (#28, #22)
Install monarch-mcp 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mikelane/monarch-mcp/releases/download/v0.2.0/monarch-mcp-installer.sh | sh