We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb08397 commit 2c73657Copy full SHA for 2c73657
examples/streamable_http/main_test.go
@@ -13,6 +13,7 @@ func TestWithFoxytest(t *testing.T) {
13
}
14
ts.WithExecutable("go", []string{"run", "main.go"})
15
ts.WithTransport(foxytest.NewTestTransportStreamableHTTP("http://localhost:8080/mcp"))
16
+ ts.WithLogging()
17
cntrl := foxytest.NewTestRunner(t)
18
ts.Run(cntrl)
19
ts.AssertNoErrors(cntrl)
0 commit comments