Skip to content

Commit f13f8d0

Browse files
authored
Fix incorrect MCP Java SDK URL in documentation (#4795)
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 <[email protected]>
1 parent 6e74b00 commit f13f8d0

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-annotations-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It simplifies the creation and registration of MCP server methods and client han
66
The MCP Annotations enable developers to create and register MCP operation handlers using declarative annotations.
77
This approach simplifies implementing MCP server and client functionality by reducing boilerplate code and improving maintainability.
88

9-
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.
9+
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.
1010

1111
== Architecture
1212

0 commit comments

Comments
 (0)