We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb1fd2 commit c46450cCopy full SHA for c46450c
server/sse_test.go
@@ -580,7 +580,7 @@ func TestSSEServer(t *testing.T) {
580
return mcp.NewToolResultText(testVal), nil
581
})
582
583
- testServer := NewTestServer(mcpServer, WithSSEContextFunc(setTestValFromRequest))
+ testServer := NewTestServer(mcpServer, WithHTTPContextFunc(setTestValFromRequest))
584
defer testServer.Close()
585
586
// Connect to SSE endpoint
0 commit comments