Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,8 @@
*
* <p>
* This configuration class sets up the necessary beans for SSE-based HTTP client
* transport when WebFlux is not available. It provides HTTP client-based SSE transport
* implementation for MCP client communication.
*
* <p>
* The configuration is activated after the WebFlux SSE transport auto-configuration to
* ensure proper fallback behavior when WebFlux is not available.
* transport. It provides HTTP client-based SSE transport implementation for MCP client
* communication.
*
* <p>
* Key features:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,8 @@
*
* <p>
* This configuration class sets up the necessary beans for Streamable HTTP client
* transport when WebFlux is not available. It provides HTTP client-based Streamable HTTP
* transport implementation for MCP client communication.
*
* <p>
* The configuration is activated after the WebFlux Streamable HTTP transport
* auto-configuration to ensure proper fallback behavior when WebFlux is not available.
* transport. It provides HTTP client-based Streamable HTTP transport implementation for
* MCP client communication.
*
* <p>
* Key features:
Expand Down