From 9f950b279f76106b6baa5847b6ecd665a8ef62e6 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Fri, 14 Feb 2025 15:53:12 +0100 Subject: [PATCH] Add missing Java SDK anchor Signed-off-by: Christian Tzolov --- docs.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs.json b/docs.json index 5249334..bbaa85f 100644 --- a/docs.json +++ b/docs.json @@ -86,6 +86,11 @@ "href": "https://github.com/modelcontextprotocol/typescript-sdk", "icon": "square-js" }, + { + "anchor": "Java SDK", + "href": "https://github.com/modelcontextprotocol/java-sdk", + "icon": "java" + }, { "anchor": "Kotlin SDK", "href": "https://github.com/modelcontextprotocol/kotlin-sdk",