@@ -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.6-SNAPSHOT " );
61+ new McpSchema .Implementation ("TestServer" , "Test Server" , "1.0.6" );
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.6-SNAPSHOT " );
107+ new McpSchema .Implementation ("TestServer" , "Test Server" , "1.0.6" );
108108 McpSchema .InitializeResult initResult =
109109 new McpSchema .InitializeResult (
110110 "1.0" ,
@@ -325,7 +325,7 @@ void testCallTool_WithNullArguments() {
325325
326326 private void setupSuccessfulInitialization () {
327327 McpSchema .Implementation serverInfo =
328- new McpSchema .Implementation ("TestServer" , "Test Server" , "1.0.6-SNAPSHOT " );
328+ new McpSchema .Implementation ("TestServer" , "Test Server" , "1.0.6" );
329329 McpSchema .InitializeResult initResult =
330330 new McpSchema .InitializeResult (
331331 "1.0" ,
0 commit comments