From e4158b8f7ace499a2d18475067d6e192b8de230d Mon Sep 17 00:00:00 2001 From: Pushpak Chhajed Date: Wed, 3 Dec 2025 23:01:40 +0530 Subject: [PATCH] Add `2025-11-25` to `protocolVersion` --- src/Server.php | 1 + tests/Pest.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Server.php b/src/Server.php index 1bd4bf63..f3481bca 100644 --- a/src/Server.php +++ b/src/Server.php @@ -47,6 +47,7 @@ abstract class Server * @var array */ protected array $supportedProtocolVersion = [ + '2025-11-25', '2025-06-18', '2025-03-26', '2024-11-05', diff --git a/tests/Pest.php b/tests/Pest.php index 3c875ae1..10140efb 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -69,7 +69,7 @@ function expectedInitializeResponse(): array 'jsonrpc' => '2.0', 'id' => 456, 'result' => [ - 'protocolVersion' => '2025-06-18', + 'protocolVersion' => '2025-11-25', 'capabilities' => $capabilities, 'serverInfo' => [ 'name' => $name,