Skip to content

Commit 7fd7a50

Browse files
committed
update new client
1 parent 959697e commit 7fd7a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handler/proxy/messages.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func Messages(c echo.Context) error {
3636

3737
client := ctx.GetClient(sseKey)
3838

39-
if request.Method == "initialize" && client == nil {
39+
if client == nil {
4040
command := session.Command()
4141
_client, err := mcpclient.NewStdioClient(command)
4242
if err != nil {

0 commit comments

Comments
 (0)