Skip to content

Commit 39eae7e

Browse files
committed
docs: remove outdated note about activation order for mcp clients
Signed-off-by: stroller <[email protected]>
1 parent 0fdb911 commit 39eae7e

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
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: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,10 @@
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
52+
* transport. It provides HTTP client-based SSE transport
5353
* implementation for MCP client communication.
5454
*
5555
* <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>
6056
* Key features:
6157
* <ul>
6258
* <li>Creates HTTP client-based SSE transports for configured MCP server connections

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,10 @@
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
50+
* transport. It provides HTTP client-based Streamable HTTP
5151
* transport implementation for MCP client communication.
5252
*
5353
* <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>
5854
* Key features:
5955
* <ul>
6056
* <li>Creates HTTP client-based Streamable HTTP transports for configured MCP server

0 commit comments

Comments
 (0)