Skip to content

0.4.0 - 2026-06-09

Choose a tag to compare

@github-actions github-actions released this 09 Jun 20:21
eab3ba5

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

File Platform Checksum
monarch-mcp-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
monarch-mcp-x86_64-apple-darwin.tar.xz Intel macOS checksum
monarch-mcp-x86_64-pc-windows-msvc.zip x64 Windows checksum
monarch-mcp-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
monarch-mcp-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum