From a43cdc8f7936cefac49bd51de347a566680b514c Mon Sep 17 00:00:00 2001 From: Viacheslav Dobrynin <49430239+viacheslav-dobrynin@users.noreply.github.com> Date: Tue, 8 Apr 2025 18:38:44 +0400 Subject: [PATCH] fix: update MCP Java SDK docs link (#2660) Signed-off-by: Viacheslav Dobrynin <49430239+viacheslav-dobrynin@users.noreply.github.com> --- .../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 5f038bf16..1f5a19ad9 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 @@ -75,7 +75,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.github.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 Java SDK documentation]. For simplified setup using Spring Boot, use the MCP Boot Starters described below. == Spring AI MCP Integration