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