Skip to content

Commit c991bdc

Browse files
authored
docs: remove wrong note about activation order for mcp clients (#4665)
Signed-off-by: stroller <[email protected]>
1 parent a9b0763 commit c991bdc

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

auto-configurations/mcp/spring-ai-autoconfigure-mcp-client-httpclient/src/main/java/org/springframework/ai/mcp/client/httpclient/autoconfigure/SseHttpClientTransportAutoConfiguration.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,8 @@
4949
*
5050
* <p>
5151
* 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
53-
* implementation for MCP client communication.
54-
*
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.
52+
* transport. It provides HTTP client-based SSE transport implementation for MCP client
53+
* communication.
5854
*
5955
* <p>
6056
* Key features:

auto-configurations/mcp/spring-ai-autoconfigure-mcp-client-httpclient/src/main/java/org/springframework/ai/mcp/client/httpclient/autoconfigure/StreamableHttpHttpClientTransportAutoConfiguration.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,8 @@
4747
*
4848
* <p>
4949
* 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
51-
* transport implementation for MCP client communication.
52-
*
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.
50+
* transport. It provides HTTP client-based Streamable HTTP transport implementation for
51+
* MCP client communication.
5652
*
5753
* <p>
5854
* Key features:

0 commit comments

Comments
 (0)