@@ -50,7 +50,7 @@ dependencies {
5050 // Kotlin standard library
5151 implementation(kotlin(" stdlib" ))
5252
53- // Kotlin
53+ // Kotlin extensions
5454 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2" )
5555 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0" )
5656 implementation(" org.jetbrains.kotlinx:kotlinx-io-core:0.8.0" )
@@ -59,12 +59,12 @@ dependencies {
5959 implementation(" io.ktor:ktor-client-cio:$ktorVersion " )
6060 implementation(" io.ktor:ktor-client-content-negotiation:$ktorVersion " )
6161 implementation(" io.ktor:ktor-client-core:$ktorVersion " )
62+ implementation(" io.ktor:ktor-serialization-kotlinx-json:$ktorVersion " )
6263 implementation(" io.ktor:ktor-server-core:$ktorVersion " )
6364 implementation(" io.ktor:ktor-server-netty:$ktorVersion " )
6465 implementation(" io.ktor:ktor-server-sse:$ktorVersion " )
6566 implementation(" io.ktor:ktor-server-cors:${ktorVersion} " )
6667 implementation(" io.ktor:ktor-server-content-negotiation:$ktorVersion " )
67- implementation(" io.ktor:ktor-serialization-kotlinx-json:$ktorVersion " )
6868
6969 // MCP SDK
7070 implementation(" io.modelcontextprotocol:kotlin-sdk:$mcpKotlinSdk " )
@@ -75,8 +75,6 @@ dependencies {
7575 // JGit for repository interaction
7676 implementation(" org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210-r" )
7777
78- implementation(" io.github.tree-sitter:ktreesitter-jvm:0.24.1" )
79-
8078 // Testing
8179 testImplementation(kotlin(" test" ))
8280 testImplementation(" io.mockk:mockk:1.14.2" )
@@ -235,7 +233,7 @@ jreleaser {
235233 release {
236234 github {
237235 enabled.set(true )
238- overwrite.set(false )
236+ overwrite.set(true )
239237 }
240238 }
241239}
0 commit comments