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 0cff2ca commit 55666b2Copy full SHA for 55666b2
src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/types.kt
@@ -239,7 +239,7 @@ public data class JSONRPCNotification(
239
*/
240
@Serializable
241
public class JSONRPCResponse(
242
- public val id: RequestId,
+ public val id: RequestId?,
243
public val jsonrpc: String = JSONRPC_VERSION,
244
public val result: RequestResult? = null,
245
public val error: JSONRPCError? = null,
0 commit comments