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 ac3d770 commit 7e45708Copy full SHA for 7e45708
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
7
allprojects {
8
group = "io.modelcontextprotocol"
9
- version = "0.7.2-alpha3"
+ version = "0.7.2"
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-alpha3"
+mcp-kotlin = "0.7.2"
24
anthropic = "2.7.0"
25
shadow = "8.1.1"
26
0 commit comments