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
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user