fix(tests): add t.Parallel() to mcp streamable subtests

This commit is contained in:
afjcjsbx
2026-05-07 20:39:53 +02:00
parent 6dd30a0c77
commit 131f33f084
+2
View File
@@ -415,6 +415,8 @@ func TestConnectServer_StreamableHTTPRequestResponseMode(t *testing.T) {
for _, transportType := range []string{"http", "streamable-http"} {
t.Run(transportType, func(t *testing.T) {
t.Parallel()
server := sdkmcp.NewServer(&sdkmcp.Implementation{
Name: "streamable-test-server",
Version: "1.0.0",