We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ba0cd commit dbfb62bCopy full SHA for dbfb62b
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
6
allprojects {
7
group = "io.modelcontextprotocol"
8
- version = "0.6.0"
+ version = "0.7.0"
9
}
10
11
dependencies {
gradle/libs.versions.toml
@@ -19,7 +19,7 @@ slf4j = "2.0.17"
19
kotest = "5.9.1"
20
21
# Samples
22
-mcp-kotlin = "0.6.0"
+mcp-kotlin = "0.7.0"
23
anthropic = "0.8.0"
24
shadow = "8.1.1"
25
0 commit comments