@@ -246,7 +246,7 @@ describe("read_file tool with maxReadFileLine setting", () => {
246246 expect ( result ) . toContain ( `<list_code_definition_names>` )
247247
248248 // Verify XML structure
249- expect ( result ) . toContain ( "<notice>tools. readFile.showingOnlyLines</notice>" )
249+ expect ( result ) . toContain ( "<notice>tools: readFile.showingOnlyLines</notice>" )
250250 expect ( result ) . toContain ( "<list_code_definition_names>" )
251251 expect ( result ) . toContain ( sourceCodeDef . trim ( ) )
252252 expect ( result ) . toContain ( "</list_code_definition_names>" )
@@ -272,7 +272,7 @@ describe("read_file tool with maxReadFileLine setting", () => {
272272 expect ( result ) . toContain ( `<file><path>${ testFilePath } </path>` )
273273 expect ( result ) . toContain ( `<content lines="1-3">` )
274274 expect ( result ) . toContain ( `<list_code_definition_names>` )
275- expect ( result ) . toContain ( "<notice>tools. readFile.showingOnlyLines</notice>" )
275+ expect ( result ) . toContain ( "<notice>tools: readFile.showingOnlyLines</notice>" )
276276 } )
277277 } )
278278
@@ -568,7 +568,7 @@ describe("read_file tool XML output structure", () => {
568568 // Verify the result contains the inline instructions
569569 expect ( result ) . toContain ( "<notice>" )
570570 expect ( result ) . toContain ( "File exceeds available context space" )
571- expect ( result ) . toContain ( "tools. readFile.contextLimitInstructions</notice>" )
571+ expect ( result ) . toContain ( "tools: readFile.contextLimitInstructions</notice>" )
572572 } )
573573
574574 it ( "should not show any special notice when file fits in context" , async ( ) => {
0 commit comments