Skip to content

Commit 0f3adfd

Browse files
authored
Release 0.4.0 (#61)
1 parent 68faa51 commit 0f3adfd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the dependency:
3131

3232
```kotlin
3333
dependencies {
34-
implementation("io.modelcontextprotocol:kotlin-sdk:0.3.0")
34+
implementation("io.modelcontextprotocol:kotlin-sdk:0.4.0")
3535
}
3636
```
3737

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
}
1818

1919
group = "io.modelcontextprotocol"
20-
version = "0.3.0"
20+
version = "0.4.0"
2121

2222
val mainSourcesJar = tasks.register<Jar>("mainSourcesJar") {
2323
archiveClassifier = "sources"

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

+1-1
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.3.0"
15+
val mcpVersion = "0.4.0"
1616
val slf4jVersion = "2.0.9"
1717
val anthropicVersion = "0.8.0"
1818

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group = "org.example"
1313
version = "0.1.0"
1414

1515
dependencies {
16-
implementation("io.modelcontextprotocol:kotlin-sdk:0.3.0")
16+
implementation("io.modelcontextprotocol:kotlin-sdk:0.4.0")
1717
implementation("org.slf4j:slf4j-nop:2.0.9")
1818
}
1919

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

+1-1
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.3.0"
16+
val mcpVersion = "0.4.0"
1717
val slf4jVersion = "2.0.9"
1818
val ktorVersion = "3.1.1"
1919

0 commit comments

Comments
 (0)