Skip to content

Commit 2dd4688

Browse files
authored
Prepare for next development iteration (#447)
# Prepare for next development iteration Bump mcp kotlin-sdk to 0.8.1 ## How Has This Been Tested? Regression ## Types of changes <!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update - [x] CI update ## Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply. --> - [ ] I have read the [MCP Documentation](https://modelcontextprotocol.io) - [ ] My code follows the repository's style guidelines - [ ] New and existing tests pass locally - [ ] I have added appropriate error handling - [ ] I have added or updated documentation as needed ## Additional context <!-- Add any other context, implementation notes, or design decisions -->
1 parent 98a9ac0 commit 2dd4688

File tree

5 files changed

+48
-48
lines changed

5 files changed

+48
-48
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ kotlin.mpp.enableCInteropCommonization=true
1414
kotlin.native.ignoreDisabledTargets=true
1515

1616
group=io.modelcontextprotocol
17-
version=0.8.1
17+
version=0.8.2-SNAPSHOT

samples/kotlin-mcp-client/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
anthropic = "2.9.0"
33
kotlin = "2.2.21"
44
ktor = "3.2.3"
5-
mcp-kotlin = "0.8.0"
5+
mcp-kotlin = "0.8.1"
66
shadow = "9.2.2"
77
slf4j = "2.0.17"
88

samples/kotlin-mcp-server/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.2.21"
33
ktor = "3.2.3"
4-
mcp-kotlin = "0.8.0"
4+
mcp-kotlin = "0.8.1"
55
slf4j = "2.0.17"
66
shadow = "9.2.2"
77

samples/notebooks/McpClient.ipynb

Lines changed: 44 additions & 44 deletions
Large diffs are not rendered by default.

samples/weather-stdio-server/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ coroutines = "1.10.2"
44
kotlin = "2.2.21"
55
ktor = "3.2.3"
66
logging = "7.0.13"
7-
mcp-kotlin = "0.8.0"
7+
mcp-kotlin = "0.8.1"
88
shadow = "9.2.2"
99
slf4j = "2.0.17"
1010

0 commit comments

Comments
 (0)