You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: auto-configurations/mcp/spring-ai-autoconfigure-mcp-client-httpclient/src/main/java/org/springframework/ai/mcp/client/httpclient/autoconfigure/SseHttpClientTransportAutoConfiguration.java
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -49,14 +49,10 @@
49
49
*
50
50
* <p>
51
51
* This configuration class sets up the necessary beans for SSE-based HTTP client
52
-
* transport when WebFlux is not available. It provides HTTP client-based SSE transport
52
+
* transport. It provides HTTP client-based SSE transport
53
53
* implementation for MCP client communication.
54
54
*
55
55
* <p>
56
-
* The configuration is activated after the WebFlux SSE transport auto-configuration to
57
-
* ensure proper fallback behavior when WebFlux is not available.
58
-
*
59
-
* <p>
60
56
* Key features:
61
57
* <ul>
62
58
* <li>Creates HTTP client-based SSE transports for configured MCP server connections
Copy file name to clipboardExpand all lines: auto-configurations/mcp/spring-ai-autoconfigure-mcp-client-httpclient/src/main/java/org/springframework/ai/mcp/client/httpclient/autoconfigure/StreamableHttpHttpClientTransportAutoConfiguration.java
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -47,14 +47,10 @@
47
47
*
48
48
* <p>
49
49
* This configuration class sets up the necessary beans for Streamable HTTP client
50
-
* transport when WebFlux is not available. It provides HTTP client-based Streamable HTTP
50
+
* transport. It provides HTTP client-based Streamable HTTP
51
51
* transport implementation for MCP client communication.
52
52
*
53
53
* <p>
54
-
* The configuration is activated after the WebFlux Streamable HTTP transport
55
-
* auto-configuration to ensure proper fallback behavior when WebFlux is not available.
56
-
*
57
-
* <p>
58
54
* Key features:
59
55
* <ul>
60
56
* <li>Creates HTTP client-based Streamable HTTP transports for configured MCP server
0 commit comments