File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
samples/kotlin-mcp-server Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Add the dependency:
2929
3030``` kotlin
3131dependencies {
32- implementation(" io.modelcontextprotocol:kotlin-sdk:0.1 .0" )
32+ implementation(" io.modelcontextprotocol:kotlin-sdk:0.2 .0" )
3333}
3434```
3535
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111}
1212
1313group = " io.modelcontextprotocol"
14- version = " 0.1 .0"
14+ version = " 0.2 .0"
1515
1616repositories {
1717 mavenCentral()
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ group = "org.example"
1313version = " 0.1.0"
1414
1515dependencies {
16- implementation(" io.modelcontextprotocol:kotlin-sdk:0.1 .0" )
16+ implementation(" io.modelcontextprotocol:kotlin-sdk:0.2 .0" )
1717 implementation(" org.slf4j:slf4j-nop:2.0.9" )
1818
1919 testImplementation(kotlin(" test" ))
You can’t perform that action at this time.
0 commit comments