5 Commits

Author SHA1 Message Date
9a6a0ac700 fix: switch to monarchmoneycommunity library (v1.3.2)
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 19s
Replaces the abandoned monarchmoney (hammem) with the actively maintained
monarchmoneycommunity fork (bradleyseanf). This resolves the API domain
migration issue where api.monarchmoney.com 301-redirects to api.monarch.com,
causing Authorization header stripping and 401 errors.

- Update dependency: monarchmoney>=0.1.15 -> monarchmoneycommunity>=1.3.2
- Update gql pin: >=3.4,<4.0 -> >=4.0,<5.0 (required by community fork)
- Remove runtime BASE_URL patch (no longer needed, fork has correct URL)
2026-05-05 03:21:03 +00:00
b0b3030033 fix: switch to monarchmoneycommunity for 2026 domain migration
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 1m12s
2026-04-23 21:59:51 +00:00
Ben
a229537599 fix: add graceful error handling for get_budgets API errors
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 16s
Returns informative error message when Monarch Money API fails,
which may occur if budgets are not configured in the account.
2025-12-25 04:20:39 +00:00
Ben
27ef7f0e1e fix: add optional reason parameter to all tools for MCP compatibility
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 10s
2025-12-24 05:20:30 +00:00
Ben
714897276b Initial commit: Monarch MCP Custom SSE server 2025-12-24 01:54:42 +00:00