File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
kotlin-sdk-server/src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/server Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package io.modelcontextprotocol.kotlin.sdk.server
33import io.github.oshai.kotlinlogging.KotlinLogging
44import io.modelcontextprotocol.kotlin.sdk.CallToolRequest
55import io.modelcontextprotocol.kotlin.sdk.CallToolResult
6- import io.modelcontextprotocol.kotlin.sdk.EmptyJsonObject
76import io.modelcontextprotocol.kotlin.sdk.GetPromptRequest
87import io.modelcontextprotocol.kotlin.sdk.GetPromptResult
98import io.modelcontextprotocol.kotlin.sdk.Implementation
@@ -233,7 +232,7 @@ public open class Server(
233232 @Suppress(" LocalVariableName" ) _meta : JsonObject ? = null,
234233 handler : suspend (CallToolRequest ) -> CallToolResult ,
235234 ) {
236- val tool = Tool .build{
235+ val tool = Tool .build {
237236 this .name = name
238237 this .description = description
239238 this .inputSchema = inputSchema
You can’t perform that action at this time.
0 commit comments