Skip to content

0.2.0 - 2026-06-01

Choose a tag to compare

@github-actions github-actions released this 01 Jun 03:12
aed157c

Release Notes

Added

  • add inspect_transactions advisor tool with drill-down and re-categorization (#29)

Changed

  • dedupe date helpers, drop vestigial fetch, purge mock dead code (#26) (#35)

Documentation

  • rename duplicate v0.1.0 changelog '### Added' prose block to '### Overview' (#19)

Fixed

  • 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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mikelane/monarch-mcp/releases/download/v0.2.0/monarch-mcp-installer.ps1 | iex"

Download monarch-mcp 0.2.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