From ed56b6e9a64af88e3c308cda191c5fe5bcf93c55 Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Sun, 2 Mar 2025 23:23:20 +0100 Subject: [PATCH] Add explicit MUST NOT for notification response According to JSON RPC spec the server MUST NOT send a response: https://www.jsonrpc.org/specification#notification --- docs/specification/draft/basic/messages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/specification/draft/basic/messages.md b/docs/specification/draft/basic/messages.md index 1adf115..2592821 100644 --- a/docs/specification/draft/basic/messages.md +++ b/docs/specification/draft/basic/messages.md @@ -55,8 +55,8 @@ Responses are sent in reply to requests. ## Notifications -Notifications are sent from the client to the server or vice versa. They do not expect a -response. +Notifications are sent from the client to the server or vice versa. The receiver **MUST NOT** +send a response. ```typescript {