Skip to content

Commit 319df3a

Browse files
committed
Update McpTransportBuilder
1 parent ed4782d commit 319df3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-alibaba-jmanus/src/main/java/com/alibaba/cloud/ai/example/manus/dynamic/mcp/service/McpTransportBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ private McpClientTransport buildStreamingTransport(McpServerConfig serverConfig,
192192
baseUrl, streamEndpoint);
193193

194194
WebClient.Builder webClientBuilder = createWebClientBuilder(baseUrl);
195-
195+
196196
logger.debug("Using WebClientStreamableHttpTransport with endpoint: {} for STREAMING mode", streamEndpoint);
197197
return WebClientStreamableHttpTransport.builder(webClientBuilder)
198198
.objectMapper(objectMapper)

0 commit comments

Comments
 (0)