Skip to content

Commit a0a37f7

Browse files
authored
Merge branch 'main' into kpavlov/355
2 parents 6882306 + 4b88c7c commit a0a37f7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ kotlin.mpp.enableCInteropCommonization=true
1414
kotlin.native.ignoreDisabledTargets=true
1515

1616
group=io.modelcontextprotocol
17-
version=0.7.5
17+
version=0.7.6-SNAPSHOT

samples/kotlin-mcp-client/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
anthropic = "2.9.0"
33
kotlin = "2.2.21"
44
ktor = "3.2.3"
5-
mcp-kotlin = "0.7.4"
5+
mcp-kotlin = "0.7.5"
66
shadow = "9.2.2"
77
slf4j = "2.0.17"
88

samples/kotlin-mcp-server/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.2.21"
33
ktor = "3.2.3"
4-
mcp-kotlin = "0.7.4"
4+
mcp-kotlin = "0.7.5"
55
slf4j = "2.0.17"
66
shadow = "9.2.2"
77

samples/weather-stdio-server/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ coroutines = "1.10.2"
44
kotlin = "2.2.21"
55
ktor = "3.2.3"
66
logging = "7.0.13"
7-
mcp-kotlin = "0.7.4"
7+
mcp-kotlin = "0.7.5"
88
shadow = "9.2.2"
99
slf4j = "2.0.17"
1010

0 commit comments

Comments
 (0)