Commit Graph

7 Commits

Author SHA1 Message Date
b10de36c17 fix: pin gql to 3.x for monarchmoney compatibility
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 21s
2026-05-05 02:37:08 +00:00
7a7140c76c feat: add api_call pass-through tool and API reference resource
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 46s
- Add single pass-through tool following blueprint 'escape hatch' pattern
- Add monarch://api-reference resource with available methods documentation
- Fix dependency: use monarchmoney>=0.1.15 instead of monarchmoneycommunity
- Add JSON error handling for malformed params
2026-05-05 02:32:32 +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
4382b02450 fix: use monarchmoney from git main to get budget fix (#119)
Some checks failed
Build and Push Monarch MCP Docker Image / build (push) Failing after 8s
Since no release has been published in ~11 months, install monarchmoney
directly from git main branch which contains the fix for flexible budgets.
Also updates gql to >=4.0 as required by the main branch.
2025-12-25 04:35:06 +00:00
Ben
1d2bf199e1 fix: update Dockerfile to use pyproject.toml for dependencies
Some checks failed
Build and Push Monarch MCP Docker Image / build (push) Failing after 10s
Change from requirements.txt to pyproject.toml as source of truth for
dependencies. This ensures pyotp is properly installed in the Docker image
when built. Using 'uv pip install -e .' will install the package
with all dependencies from pyproject.toml.
2025-12-24 21:41:04 +00:00
Ben
14db8e67b3 fix: add missing fastmcp dependency
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 16s
2025-12-24 02:09:01 +00:00
Ben
714897276b Initial commit: Monarch MCP Custom SSE server 2025-12-24 01:54:42 +00:00