We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a50c1 commit 369a54cCopy full SHA for 369a54c
src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/types.kt
@@ -236,7 +236,7 @@ public data class JSONRPCNotification(
236
*/
237
@Serializable
238
public class JSONRPCResponse(
239
- public val id: RequestId,
+ public val id: RequestId?,
240
public val jsonrpc: String = JSONRPC_VERSION,
241
public val result: RequestResult? = null,
242
public val error: JSONRPCError? = null,
0 commit comments