You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/kotlin-sdk.api
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2794,6 +2794,12 @@ public class io/modelcontextprotocol/kotlin/sdk/server/Server : io/modelcontextp
2794
2794
public final fun onClose (Lkotlin/jvm/functions/Function0;)V
2795
2795
public final fun onInitalized (Lkotlin/jvm/functions/Function0;)V
2796
2796
public final fun ping (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
2797
+
public final fun removePrompt (Ljava/lang/String;)Z
2798
+
public final fun removePrompts (Ljava/util/List;)I
2799
+
public final fun removeResource (Ljava/lang/String;)Z
2800
+
public final fun removeResources (Ljava/util/List;)I
2801
+
public final fun removeTool (Ljava/lang/String;)Z
2802
+
public final fun removeTools (Ljava/util/List;)I
2797
2803
public final fun sendLoggingMessage (Lio/modelcontextprotocol/kotlin/sdk/LoggingMessageNotification;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
2798
2804
public final fun sendPromptListChanged (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
2799
2805
public final fun sendResourceListChanged (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
0 commit comments