Skip to content

Commit bb8f4b7

Browse files
Merge pull request modelcontextprotocol#181 from chr-hertel/patch-1
docs: Add explicit MUST NOT for notification response
2 parents 6c9453a + ed56b6e commit bb8f4b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/specification/draft/basic/messages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Responses are sent in reply to requests.
5555

5656
## Notifications
5757

58-
Notifications are sent from the client to the server or vice versa. They do not expect a
59-
response.
58+
Notifications are sent from the client to the server or vice versa. The receiver **MUST NOT**
59+
send a response.
6060

6161
```typescript
6262
{

0 commit comments

Comments
 (0)