Skip to content

Commit bb8e2cd

Browse files
committed
uncomment initialization
Signed-off-by: Dariusz Jędrzejczyk <2554306+chemicL@users.noreply.github.com>
1 parent bf6274b commit bb8e2cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcp-test/src/test/java/io/modelcontextprotocol/client/transport/HttpClientStreamableHttpTransportTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ void testCloseUninitialized() {
149149
@Test
150150
void testCloseInitialized() {
151151
var transport = HttpClientStreamableHttpTransport.builder(host).build();
152-
// transport.connect(Function.identity()).block();
152+
transport.connect(Function.identity()).block();
153153

154154
var initializeRequest = McpSchema.InitializeRequest
155155
.builder(ProtocolVersions.MCP_2025_11_25, McpSchema.ClientCapabilities.builder().roots(true).build(),

0 commit comments

Comments
 (0)