• Joined on 2024-08-30
b3nw pushed to main at b3nw/komodo-mcp-custom 2025-12-20 23:10:19 -06:00
46f5f67e3e feat: add /health endpoint and switch to fastmcp 2.0
b3nw pushed to main at b3nw/komodo-mcp-custom 2025-12-20 17:11:37 -06:00
e2fa72ea15 feat: add /health endpoint and switch to fastmcp 2.0
b3nw pushed to main at b3nw/komodo-mcp-custom 2025-12-20 17:10:06 -06:00
98dc6b7f50 feat: add /health endpoint and switch to fastmcp 2.0
b3nw pushed to main at b3nw/komodo-mcp-custom 2025-12-20 16:31:08 -06:00
bf80ae577e feat: add /health endpoint and switch to Streamable HTTP transport
b3nw pushed to main at b3nw/komodo-mcp-custom 2025-12-20 14:49:36 -06:00
0ecf6880a1 Add Gitea Actions workflow for Docker build
b3nw created branch main in b3nw/komodo-mcp-custom 2025-12-20 14:43:13 -06:00
b3nw pushed to main at b3nw/komodo-mcp-custom 2025-12-20 14:43:13 -06:00
72a53a64ed Initial commit: Komodo MCP server
b3nw created repository b3nw/komodo-mcp-custom 2025-12-20 14:38:38 -06:00
b3nw created repository b3nw/gemini-cli-status-extension 2025-07-26 16:12:55 -05:00
b3nw closed issue b3nw/gitea-mcp#13 2025-07-13 21:06:04 -05:00
SSE endpoints not working in network mode - only HTTP endpoint functional
b3nw commented on issue b3nw/gitea-mcp#13 2025-07-13 21:06:04 -05:00
SSE endpoints not working in network mode - only HTTP endpoint functional

This issue is now resolved. The network mode has been updated to correctly handle both HTTP and SSE transports on a single port. The operation/operation.go file was modified to properly…

b3nw pushed to network-mode-v0.3.0 at b3nw/gitea-mcp 2025-07-13 21:02:34 -05:00
c2fac7754c fix: resolve network mode SSE and logging issues
b3nw opened issue b3nw/gitea-mcp#13 2025-07-13 20:11:27 -05:00
SSE endpoints not working in network mode - only HTTP endpoint functional
b3nw closed issue b3nw/gitea-mcp#12 2025-07-13 20:09:39 -05:00
HTTP transport mode returns "Invalid session ID" for all MCP requests
b3nw created branch network-mode-v0.3.0 in b3nw/gitea-mcp 2025-07-13 16:59:42 -05:00
b3nw pushed to network-mode-v0.3.0 at b3nw/gitea-mcp 2025-07-13 16:59:42 -05:00
f714887d1c feat: add network mode for combined HTTP and SSE endpoints
b3nw opened issue b3nw/gitea-mcp#12 2025-07-13 16:57:09 -05:00
HTTP transport mode returns "Invalid session ID" for all MCP requests
b3nw pushed to combined-server at b3nw/gitea-mcp 2025-07-13 12:28:57 -05:00
08045538bf Add releases directory with documentation
b3nw created branch combined-server in b3nw/gitea-mcp 2025-07-13 12:27:14 -05:00
b3nw pushed to combined-server at b3nw/gitea-mcp 2025-07-13 12:27:14 -05:00
e3f7405cd8 feat: add network mode with combined HTTP and SSE endpoints