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)
- 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
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.
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.