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: kotlin-sdk-core/api/kotlin-sdk-core.api
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1147,6 +1147,7 @@ public final class io/modelcontextprotocol/kotlin/sdk/JSONRPCRequest : io/modelc
1147
1147
public synthetic fun <init> (JLjava/lang/String;Lkotlinx/serialization/json/JsonElement;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
1148
1148
public fun <init> (Lio/modelcontextprotocol/kotlin/sdk/RequestId;Ljava/lang/String;Lkotlinx/serialization/json/JsonElement;Ljava/lang/String;)V
1149
1149
public synthetic fun <init> (Lio/modelcontextprotocol/kotlin/sdk/RequestId;Ljava/lang/String;Lkotlinx/serialization/json/JsonElement;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
1150
+
public fun <init> (Ljava/lang/String;)V
1150
1151
public fun <init> (Ljava/lang/String;Ljava/lang/String;Lkotlinx/serialization/json/JsonElement;)V
1151
1152
public synthetic fun <init> (Ljava/lang/String;Ljava/lang/String;Lkotlinx/serialization/json/JsonElement;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
1152
1153
public final fun component1 ()Lio/modelcontextprotocol/kotlin/sdk/RequestId;
* Creates a JSON-RPC request with a numeric ID (long) generated by a counter (to ensure uniqueness)
255
270
* and the given method and parameters.
@@ -337,7 +352,8 @@ public sealed interface NotificationParams : WithMeta
337
352
/**
338
353
* This notification can be sent by either side to indicate that it is cancelling a previously issued request.
339
354
*
340
-
* The request SHOULD still be in-flight, but due to communication latency, it is always possible that this notification MAY arrive after the request has already finished.
355
+
* The request SHOULD still be in-flight, but due to communication latency,
356
+
* it is always possible that this notification MAY arrive after the request has already finished.
341
357
*
342
358
* This notification indicates that the result will be unused, so any associated processing SHOULD cease.
0 commit comments