Skip to content

Commit 2320079

Browse files
committed
deps: update mcp-kotlin to 0.10.0 across sample projects
1 parent 7ed57f9 commit 2320079

4 files changed

Lines changed: 387 additions & 219 deletions

File tree

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.18.0"
33
kotlin = "2.2.21"
44
ktor = "3.2.3"
5-
mcp-kotlin = "0.9.0"
5+
mcp-kotlin = "0.10.0"
66
shadow = "9.4.0"
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.9.0"
4+
mcp-kotlin = "0.10.0"
55
slf4j = "2.0.17"
66
shadow = "9.4.0"
77

0 commit comments

Comments
 (0)