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 d9efe45 commit dedc3e3Copy full SHA for dedc3e3
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, WithHTTPContextFunc(setTestValFromRequest))
+ testServer := NewTestServer(mcpServer, WithSSEContextFunc(setTestValFromRequest))
584
defer testServer.Close()
585
586
// Connect to SSE endpoint
0 commit comments