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.
2025-11-25
protocolVersion
1 parent 1ada9be commit 27ab101Copy full SHA for 27ab101
src/Server.php
@@ -47,6 +47,7 @@ abstract class Server
47
* @var array<int, string>
48
*/
49
protected array $supportedProtocolVersion = [
50
+ '2025-11-25',
51
'2025-06-18',
52
'2025-03-26',
53
'2024-11-05',
tests/Pest.php
@@ -69,7 +69,7 @@ function expectedInitializeResponse(): array
69
'jsonrpc' => '2.0',
70
'id' => 456,
71
'result' => [
72
- 'protocolVersion' => '2025-06-18',
+ 'protocolVersion' => '2025-11-25',
73
'capabilities' => $capabilities,
74
'serverInfo' => [
75
'name' => $name,
0 commit comments