Skip to content

Commit dca1f98

Browse files
authored
Improve the MCP document to stop referring to outdated DefaultMcpSession (#3760)
Auto-cherry-pick to 1.0.x Fixes #3760 Signed-off-by: Yanming Zhou <[email protected]>
1 parent 283d0c6 commit dca1f98

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)