From d29cfc457c4351ab002574f1f81600f03b17f494 Mon Sep 17 00:00:00 2001 From: Leonid Stashevsky Date: Wed, 26 Mar 2025 14:34:03 +0100 Subject: [PATCH] Add Kotlin-sdk 0.4.0 to updates --- development/updates.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/development/updates.mdx b/development/updates.mdx index 70452ac..eaa31d1 100644 --- a/development/updates.mdx +++ b/development/updates.mdx @@ -3,6 +3,14 @@ title: "What's New" description: 'The latest updates and improvements to MCP' --- + +- Fix issues and cleanup API +- Added binary compatibility tracking to avoid breaking changes +- Drop jdk requirements to JDK8 +- Added Claude Desktop integration with sample +- The full changelog can be found here: https://github.com/modelcontextprotocol/kotlin-sdk/releases/tag/0.4.0 + + - Version [0.8.1](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v0.8.1) of the MCP Java SDK has been released, providing important bug fixes.