File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Add the dependency:
3131
3232``` kotlin
3333dependencies {
34- implementation(" io.modelcontextprotocol:kotlin-sdk:0.3 .0" )
34+ implementation(" io.modelcontextprotocol:kotlin-sdk:0.4 .0" )
3535}
3636```
3737
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
1717}
1818
1919group = " io.modelcontextprotocol"
20- version = " 0.3 .0"
20+ version = " 0.4 .0"
2121
2222val mainSourcesJar = tasks.register<Jar >(" mainSourcesJar" ) {
2323 archiveClassifier = " sources"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ application {
1212group = " org.example"
1313version = " 0.1.0"
1414
15- val mcpVersion = " 0.3 .0"
15+ val mcpVersion = " 0.4 .0"
1616val slf4jVersion = " 2.0.9"
1717val anthropicVersion = " 0.8.0"
1818
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.3 .0" )
16+ implementation(" io.modelcontextprotocol:kotlin-sdk:0.4 .0" )
1717 implementation(" org.slf4j:slf4j-nop:2.0.9" )
1818}
1919
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ application {
1313group = " org.example"
1414version = " 0.1.0"
1515
16- val mcpVersion = " 0.3 .0"
16+ val mcpVersion = " 0.4 .0"
1717val slf4jVersion = " 2.0.9"
1818val ktorVersion = " 3.1.1"
1919
You can’t perform that action at this time.
0 commit comments