Skip to content

Commit 73c0d4d

Browse files
quaffspring-builds
authored andcommitted
Improve the MCP document to stop referring to outdated DefaultMcpSession (#3760)
Fixes #3760 Signed-off-by: Yanming Zhou <zhouyanming@gmail.com> (cherry picked from commit dca1f98)
1 parent a8c4c31 commit 73c0d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Java MCP implementation follows a three-layer architecture:
2626
| |
2727
^a| image::mcp/mcp-stack.svg[MCP Stack Architecture]
2828
a| * *Client/Server Layer*: The McpClient handles client-side operations while the McpServer manages server-side protocol operations. Both utilize McpSession for communication management.
29-
* *Session Layer (McpSession)*: Manages communication patterns and state through the DefaultMcpSession implementation.
29+
* *Session Layer (McpSession)*: Manages communication patterns and state through the McpClientSession and McpServerSession implementations.
3030
* *Transport Layer (McpTransport)*: Handles JSON-RPC message serialization and deserialization with support for multiple transport implementations.
3131
|===
3232

0 commit comments

Comments
 (0)