We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959697e commit 7fd7a50Copy full SHA for 7fd7a50
handler/proxy/messages.go
@@ -36,7 +36,7 @@ func Messages(c echo.Context) error {
36
37
client := ctx.GetClient(sseKey)
38
39
- if request.Method == "initialize" && client == nil {
+ if client == nil {
40
command := session.Command()
41
_client, err := mcpclient.NewStdioClient(command)
42
if err != nil {
0 commit comments