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 12981a3 commit 838a7b6Copy full SHA for 838a7b6
docs/specification/draft/basic/lifecycle.md
@@ -73,6 +73,9 @@ The client **MUST** initiate this phase by sending an `initialize` request conta
73
}
74
```
75
76
+For backwards compatibility with older protocol versions, the initialize request **SHOULD
77
+NOT** be part of a JSON-RPC [batch](https://www.jsonrpc.org/specification#batch).
78
+
79
The server **MUST** respond with its own capabilities and information:
80
81
```json
0 commit comments