From 2aa0d1ff27e07076ebea8485f1ddfdb8801ca5d4 Mon Sep 17 00:00:00 2001 From: Vadzim Shurmialiou Date: Mon, 3 Nov 2025 17:25:22 +0100 Subject: [PATCH] Fix incorrect MCP Java SDK URL in documentation Fixes the invalid URL reference to the MCP Java SDK project in the documentation. The URL was pointing to a non-existent repository. * Change from: https://github.com/modelcontextprotocol/sdk-java * Change to: https://github.com/modelcontextprotocol/java-sdk Signed-off-by: Vadzim Shurmialiou --- .../modules/ROOT/pages/api/mcp/mcp-annotations-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-annotations-overview.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-annotations-overview.adoc index c472ee375b4..0b893ad6125 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-annotations-overview.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-annotations-overview.adoc @@ -6,7 +6,7 @@ It simplifies the creation and registration of MCP server methods and client han The MCP Annotations enable developers to create and register MCP operation handlers using declarative annotations. This approach simplifies implementing MCP server and client functionality by reducing boilerplate code and improving maintainability. -This library builds on top of the link:https://github.com/modelcontextprotocol/sdk-java[MCP Java SDK] to provide a higher-level, annotation-based programming model for implementing MCP servers and clients. +This library builds on top of the link:https://github.com/modelcontextprotocol/java-sdk[MCP Java SDK] to provide a higher-level, annotation-based programming model for implementing MCP servers and clients. == Architecture