This website requires JavaScript.
Explore
Help
Sign In
b3nw
/
monarch-mcp-custom
Watch
1
Star
0
Fork
0
You've already forked monarch-mcp-custom
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
build.yaml
Actor
All actors
b3nw
Status
All status
Success
Failure
Waiting
Running
docs: add internal deployment guide, remove temp debug files
#39
:
Commit
d704f5b82b
pushed by
b3nw
main
2026-05-05 07:23:22 -05:00
11s
View workflow file
fix: switch to monarchmoneycommunity library (v1.3.2)
#38
:
Commit
9a6a0ac700
pushed by
b3nw
main
2026-05-04 22:21:40 -05:00
22s
View workflow file
debug: log URL before API call
#37
:
Commit
44b2f553d6
pushed by
b3nw
main
2026-05-04 21:59:57 -05:00
21s
View workflow file
enhance: add package location and BASE_URL verification to diagnostics
#36
:
Commit
1eb8eaacb2
pushed by
b3nw
main
2026-05-04 21:58:26 -05:00
19s
View workflow file
feat: add startup diagnostics for debugging environment and library version
#35
:
Commit
157645b64d
pushed by
b3nw
main
2026-05-04 21:55:03 -05:00
21s
View workflow file
fix: handle rate limiting with backoff, fix auth error detection
#34
:
Commit
6ef77b58ae
pushed by
b3nw
main
2026-05-04 21:43:48 -05:00
22s
View workflow file
fix: add error handling to api_call for better debugging
#33
:
Commit
77656c9925
pushed by
b3nw
main
2026-05-04 21:38:36 -05:00
22s
View workflow file
fix: pin gql to 3.x for monarchmoney compatibility
#32
:
Commit
b10de36c17
pushed by
b3nw
main
2026-05-04 21:37:34 -05:00
22s
View workflow file
fix: use set_token() instead of token= constructor arg
#31
:
Commit
efddb0452b
pushed by
b3nw
main
2026-05-04 21:36:58 -05:00
22s
View workflow file
feat: add api_call pass-through tool and API reference resource
#30
:
Commit
7a7140c76c
pushed by
b3nw
main
2026-05-04 21:33:26 -05:00
47s
View workflow file
fix: switch to monarchmoneycommunity for 2026 domain migration
#29
:
Commit
b0b3030033
pushed by
b3nw
main
2026-04-23 17:01:09 -05:00
1m13s
View workflow file
fix: install git in Docker builder for git-based dependencies
#28
:
Commit
545d48bd25
pushed by
b3nw
main
2025-12-24 22:36:27 -06:00
26s
View workflow file
fix: disable get_budgets tool due to upstream Monarch Money API bug
#26
:
Commit
52f7a746f9
pushed by
b3nw
main
2025-12-24 22:28:43 -06:00
17s
View workflow file
fix: disable goals queries in get_budgets to work around Monarch API errors
#25
:
Commit
bb38e2441d
pushed by
b3nw
main
2025-12-24 22:25:11 -06:00
16s
View workflow file
fix: add graceful error handling for get_budgets API errors
#24
:
Commit
a229537599
pushed by
b3nw
main
2025-12-24 22:21:03 -06:00
17s
View workflow file
fix: update get_budgets to match actual monarchmoney API response structure
#23
:
Commit
4a309cbfb3
pushed by
b3nw
main
2025-12-24 22:18:12 -06:00
17s
View workflow file
fix: improve input validation, error logging, and env var handling
#22
:
Commit
88bf8a60d5
pushed by
b3nw
main
2025-12-24 22:11:43 -06:00
30s
View workflow file
fix: remove try-except blocks from MCP tools to allow auth-retry decorator to work
#21
:
Commit
e462c31907
pushed by
b3nw
main
2025-12-24 15:48:55 -06:00
17s
View workflow file
fix: copy src directory before pip install
#20
:
Commit
1e8d484389
pushed by
b3nw
main
2025-12-24 15:42:58 -06:00
17s
View workflow file
feat: add automatic re-authentication with MFA support
#18
:
Commit
6fc09d956f
pushed by
b3nw
main
2025-12-24 09:45:55 -06:00
8s
View workflow file
fix: add optional reason parameter to all tools for MCP compatibility
#17
:
Commit
27ef7f0e1e
pushed by
b3nw
main
2025-12-23 23:20:43 -06:00
9s
View workflow file
fix: use correct Starlette mount pattern for MCP SSE routing
#16
:
Commit
1210cbf6d2
pushed by
b3nw
main
2025-12-23 23:10:49 -06:00
8s
View workflow file
refactor: use simplified FastMCP app pattern with health check
#15
:
Commit
65c79efc60
pushed by
b3nw
main
2025-12-23 23:03:17 -06:00
9s
View workflow file
refactor: mount FastMCP app at root and retain /health for compatibility
#14
:
Commit
92fa2c3f11
pushed by
b3nw
main
2025-12-23 22:56:44 -06:00
8s
View workflow file
refactor: mount FastMCP app at /mcp and re-add /health to root for compatibility
#13
:
Commit
ebb571a7a6
pushed by
b3nw
main
2025-12-23 22:55:17 -06:00
8s
View workflow file
refactor: simplify ASGI app setup by mounting FastMCP app at root
#12
:
Commit
df492c8bb4
pushed by
b3nw
main
2025-12-23 22:52:35 -06:00
8s
View workflow file
fix: mount FastMCP app at /mcp to correctly route SSE traffic
#10
:
Commit
748cc5c711
pushed by
b3nw
main
2025-12-23 22:50:58 -06:00
8s
View workflow file
refactor: use FastMCP.http_app() for robust SSE and health check support
#9
:
Commit
75ba3433e8
pushed by
b3nw
main
2025-12-23 22:48:30 -06:00
8s
View workflow file
fix: refactor handle_sse to standard ASGI to avoid Starlette TypeError
#8
:
Commit
177832053f
pushed by
b3nw
main
2025-12-23 22:43:18 -06:00
9s
View workflow file
fix: use correct underlying server attribute for SSE handling in FastMCP
#7
:
Commit
776b4b8cc8
pushed by
b3nw
main
2025-12-23 22:41:19 -06:00
9s
View workflow file
First
Previous
1
2
Next
Last