From 454aa568d5c2e5a2df1d2f9ef8d680df0731efb7 Mon Sep 17 00:00:00 2001 From: Simulant87 Date: Mon, 10 Nov 2025 14:01:14 +0100 Subject: [PATCH] Update mcp-overview.adoc Signed-off-by: Simulant Signed-off-by: Simulant87 --- .../main/antora/modules/ROOT/pages/api/mcp/mcp-overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-overview.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-overview.adoc index 4b0e1819ca1..9731b2012f2 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-overview.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-overview.adoc @@ -88,7 +88,7 @@ a| The MCP Server is a foundational component in the Model Context Protocol (MCP ^a| image::mcp/java-mcp-server-architecture.jpg[Java MCP Server Architecture, width=600] |=== -For detailed implementation guidance, using the low-level MCP Client/Server APIs, refer to the link:https://modelcontextprotocol.io/sdk/java[MCP Java SDK documentation]. +For detailed implementation guidance, using the low-level MCP Client/Server APIs, refer to the link:https://modelcontextprotocol.io/sdk/java/mcp-overview[MCP Java SDK documentation]. For simplified setup using Spring Boot, use the MCP Boot Starters described below. == Spring AI MCP Integration