You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sdk/java/mcp-client.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,12 @@ The MCP Client is a key component in the Model Context Protocol (MCP) architectu
21
21
The core `io.modelcontextprotocol.sdk:mcp` module provides STDIO and SSE client transport implementations without requiring external web frameworks.
22
22
23
23
Spring-specific transport implementations are available as an **optional** dependency `io.modelcontextprotocol.sdk:mcp-spring-webflux` for [Spring Framework](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-client-boot-starter-docs.html) users.
24
+
24
25
</Tip>
25
26
26
27
<Tip>
27
-
This [quickstart demo](/quickstart/client), based on Spring AI MCP, you'll show you how to build an AI client that connects to MCP servers.
28
+
This [quickstart demo](/quickstart/client), based on Spring AI MCP, you'll
29
+
show you how to build an AI client that connects to MCP servers.
28
30
</Tip>
29
31
30
32
The client provides both synchronous and asynchronous APIs for flexibility in different application contexts.
0 commit comments