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 e6afd10 commit ac3d770Copy full SHA for ac3d770
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
7
allprojects {
8
group = "io.modelcontextprotocol"
9
- version = "0.7.2-alpha2"
+ version = "0.7.2-alpha3"
10
}
11
12
dependencies {
gradle/libs.versions.toml
@@ -20,7 +20,7 @@ kotest = "6.0.3"
20
awaitility = "4.3.0"
21
22
# Samples
23
-mcp-kotlin = "0.7.2-alpha2"
+mcp-kotlin = "0.7.2-alpha3"
24
anthropic = "2.7.0"
25
shadow = "8.1.1"
26
0 commit comments