You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add streamableHttp transport method support (#20)
Previously, this tool only supported SSE as the transport method for the remote servers it installed via supergateway. This resulted in errors for newer servers using streamable HTTP. This PR addresses this issue by allowing installation of both SSE and HTTP servers.
There is no way to perfectly detect whether an MCP server uses streamable HTTP or SSE, but we can make a really good guess (the guesses were all perfect in my testing). We still ask the user for confirmation anyway though, just in case it makes a mistake. Claude Code requires the transport method to be specified and has no mechanism for detecting it AFAIK, so this is already an improvement. If the method cannot be guessed, the user is prompted.
0 commit comments