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
This commit is contained in:
2026-05-05 02:32:32 +00:00
parent b0b3030033
commit 7a7140c76c
2 changed files with 80 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ requires-python = ">=3.12"
dependencies = [
"mcp[cli]>=1.0.0",
"fastmcp>=0.4.1",
"monarchmoneycommunity>=0.1.0",
"monarchmoney>=0.1.15",
"gql>=4.0",
"python-dotenv>=1.0.0",
"pydantic>=2.0.0",