Skip to content

Commit 838a7b6

Browse files
committed
Initialization should not be batched
1 parent 12981a3 commit 838a7b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/specification/draft/basic/lifecycle.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ The client **MUST** initiate this phase by sending an `initialize` request conta
7373
}
7474
```
7575

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+
7679
The server **MUST** respond with its own capabilities and information:
7780

7881
```json

0 commit comments

Comments
 (0)