• Joined on 2024-08-30
b3nw pushed to main at b3nw/komodo-mcp-custom 2025-12-26 14:48:35 -06:00
c9d6a78ae9 fix: update build workflow to use correct image name
b3nw pushed to main at b3nw/komodo-mcp-custom 2025-12-26 14:17:11 -06:00
9b1b563a35 fix: accept both str and dict params in komodo_api_call
b3nw opened issue b3nw/komodo-mcp-custom#1 2025-12-26 14:08:19 -06:00
komodo_api_call fails with JSON body/params - type validation error
b3nw commented on issue b3nw/gitea-mcp-custom#1 2025-12-26 14:07:39 -06:00
gitea_api_call tool body parameter validation fails with JSON objects

Additional test: String parameter format also works correctly!

b3nw commented on issue b3nw/gitea-mcp-custom#1 2025-12-26 14:07:35 -06:00
gitea_api_call tool body parameter validation fails with JSON objects

Bug fix verified! The gitea_api_call tool now correctly handles both string and dict parameters for body and params. Testing complete.

b3nw closed issue b3nw/gitea-mcp-custom#1 2025-12-26 14:03:12 -06:00
gitea_api_call tool body parameter validation fails with JSON objects
b3nw pushed to main at b3nw/gitea-mcp-custom 2025-12-26 14:03:12 -06:00
f8eda211e6 Fix gitea_api_call to accept both string and dict for params/body
b3nw pushed to main at b3nw/n8n-mcp-custom 2025-12-26 13:38:56 -06:00
3071083970 fix: accept both string and dict for body/params in n8n_api_call
b3nw pushed to main at b3nw/n8n-mcp-custom 2025-12-26 13:14:54 -06:00
946f8bd97e Initial implementation of n8n MCP server
b3nw pushed to main at b3nw/n8n-mcp-custom 2025-12-26 13:09:00 -06:00
d717d12c57 Initial implementation of n8n MCP server
b3nw opened issue b3nw/gitea-mcp-custom#1 2025-12-26 12:54:28 -06:00
gitea_api_call tool body parameter validation fails with JSON objects
b3nw created branch main in b3nw/n8n-mcp-custom 2025-12-26 12:52:59 -06:00
b3nw pushed to main at b3nw/n8n-mcp-custom 2025-12-26 12:52:59 -06:00
37c301198b Initial implementation of n8n MCP server
b3nw created repository b3nw/n8n-mcp-custom 2025-12-26 12:52:51 -06:00
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-24 22:35:59 -06:00
545d48bd25 fix: install git in Docker builder for git-based dependencies
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-24 22:35:12 -06:00
4382b02450 fix: use monarchmoney from git main to get budget fix (#119)
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-24 22:28:25 -06:00
52f7a746f9 fix: disable get_budgets tool due to upstream Monarch Money API bug
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-24 22:24:54 -06:00
bb38e2441d fix: disable goals queries in get_budgets to work around Monarch API errors
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-24 22:20:44 -06:00
a229537599 fix: add graceful error handling for get_budgets API errors
b3nw pushed to main at b3nw/monarch-mcp-custom 2025-12-24 22:17:53 -06:00
4a309cbfb3 fix: update get_budgets to match actual monarchmoney API response structure