Skip to content

Commit 4141003

Browse files
authored
Release 0.6.0 (#149)
1 parent 2a38e59 commit 4141003

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
}
2323

2424
group = "io.modelcontextprotocol"
25-
version = "0.5.0"
25+
version = "0.6.0"
2626

2727
val mainSourcesJar = tasks.register<Jar>("mainSourcesJar") {
2828
archiveClassifier = "sources"

samples/kotlin-mcp-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ application {
1212
group = "org.example"
1313
version = "0.1.0"
1414

15-
val mcpVersion = "0.5.0"
15+
val mcpVersion = "0.6.0"
1616
val slf4jVersion = "2.0.9"
1717
val anthropicVersion = "0.8.0"
1818

samples/kotlin-mcp-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ kotlin {
4343

4444
sourceSets {
4545
commonMain.dependencies {
46-
implementation("io.modelcontextprotocol:kotlin-sdk:0.5.0")
46+
implementation("io.modelcontextprotocol:kotlin-sdk:0.6.0")
4747
}
4848
jvmMain.dependencies {
4949
implementation("org.slf4j:slf4j-nop:2.0.9")

samples/weather-stdio-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ application {
1313
group = "org.example"
1414
version = "0.1.0"
1515

16-
val mcpVersion = "0.5.0"
16+
val mcpVersion = "0.6.0"
1717
val slf4jVersion = "2.0.9"
1818
val ktorVersion = "3.1.1"
1919

0 commit comments

Comments
 (0)