@@ -58,7 +58,7 @@ void testConstructor() {
5858 void testInitialize_Success () {
5959 // Mock initialization with correct constructors
6060 McpSchema .Implementation serverInfo =
61- new McpSchema .Implementation ("TestServer" , "Test Server" , "1.0.2-SNAPSHOT " );
61+ new McpSchema .Implementation ("TestServer" , "Test Server" , "1.0.2" );
6262 McpSchema .InitializeResult initResult =
6363 new McpSchema .InitializeResult (
6464 "1.0" ,
@@ -104,7 +104,7 @@ void testInitialize_Success() {
104104 @ Test
105105 void testInitialize_AlreadyInitialized () {
106106 McpSchema .Implementation serverInfo =
107- new McpSchema .Implementation ("TestServer" , "Test Server" , "1.0.2-SNAPSHOT " );
107+ new McpSchema .Implementation ("TestServer" , "Test Server" , "1.0.2" );
108108 McpSchema .InitializeResult initResult =
109109 new McpSchema .InitializeResult (
110110 "1.0" ,
@@ -316,7 +316,7 @@ void testCallTool_WithNullArguments() {
316316
317317 private void setupSuccessfulInitialization () {
318318 McpSchema .Implementation serverInfo =
319- new McpSchema .Implementation ("TestServer" , "Test Server" , "1.0.2-SNAPSHOT " );
319+ new McpSchema .Implementation ("TestServer" , "Test Server" , "1.0.2" );
320320 McpSchema .InitializeResult initResult =
321321 new McpSchema .InitializeResult (
322322 "1.0" ,
0 commit comments