File tree Expand file tree Collapse file tree 7 files changed +6
-22
lines changed Expand file tree Collapse file tree 7 files changed +6
-22
lines changed Original file line number Diff line number Diff line change 66
77# ## IntelliJ IDEA ###
88.idea /modules.xml
9+ .idea /misc.xml
910.idea /jarRepositories.xml
1011.idea /compiler.xml
1112.idea /libraries /
Load Diff This file was deleted.
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.4 .0" )
34+ implementation(" io.modelcontextprotocol:kotlin-sdk:0.5 .0" )
3535}
3636```
3737
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
1616}
1717
1818group = " io.modelcontextprotocol"
19- version = " 0.4 .0"
19+ version = " 0.5 .0"
2020
2121val mainSourcesJar = tasks.register<Jar >(" mainSourcesJar" ) {
2222 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.4 .0"
15+ val mcpVersion = " 0.5 .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.4 .0" )
16+ implementation(" io.modelcontextprotocol:kotlin-sdk:0.5 .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.4 .0"
16+ val mcpVersion = " 0.5 .0"
1717val slf4jVersion = " 2.0.9"
1818val ktorVersion = " 3.1.1"
1919
You can’t perform that action at this time.
0 commit comments