File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Add the dependency:
31
31
32
32
``` kotlin
33
33
dependencies {
34
- implementation(" io.modelcontextprotocol:kotlin-sdk:0.3 .0" )
34
+ implementation(" io.modelcontextprotocol:kotlin-sdk:0.4 .0" )
35
35
}
36
36
```
37
37
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
17
17
}
18
18
19
19
group = " io.modelcontextprotocol"
20
- version = " 0.3 .0"
20
+ version = " 0.4 .0"
21
21
22
22
val mainSourcesJar = tasks.register<Jar >(" mainSourcesJar" ) {
23
23
archiveClassifier = " sources"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ application {
12
12
group = " org.example"
13
13
version = " 0.1.0"
14
14
15
- val mcpVersion = " 0.3 .0"
15
+ val mcpVersion = " 0.4 .0"
16
16
val slf4jVersion = " 2.0.9"
17
17
val anthropicVersion = " 0.8.0"
18
18
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ group = "org.example"
13
13
version = " 0.1.0"
14
14
15
15
dependencies {
16
- implementation(" io.modelcontextprotocol:kotlin-sdk:0.3 .0" )
16
+ implementation(" io.modelcontextprotocol:kotlin-sdk:0.4 .0" )
17
17
implementation(" org.slf4j:slf4j-nop:2.0.9" )
18
18
}
19
19
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ application {
13
13
group = " org.example"
14
14
version = " 0.1.0"
15
15
16
- val mcpVersion = " 0.3 .0"
16
+ val mcpVersion = " 0.4 .0"
17
17
val slf4jVersion = " 2.0.9"
18
18
val ktorVersion = " 3.1.1"
19
19
You can’t perform that action at this time.
0 commit comments