33exports [` runServer should allow server to be stopped, http stop server: diagnostics 1` ] = `
44{
55 " events" : [
6+ [
7+ " Server logging enabled." ,
8+ ],
69 [
710 " Registered tool: usePatternFlyDocs" ,
811 ],
@@ -29,6 +32,9 @@ exports[`runServer should allow server to be stopped, http stop server: diagnost
2932exports [` runServer should allow server to be stopped, stdio stop server: diagnostics 1` ] = `
3033{
3134 " events" : [
35+ [
36+ " Server logging enabled." ,
37+ ],
3238 [
3339 " Registered tool: usePatternFlyDocs" ,
3440 ],
@@ -55,10 +61,14 @@ exports[`runServer should allow server to be stopped, stdio stop server: diagnos
5561exports [` runServer should attempt to run server, create transport, connect, and log success message: diagnostics 1` ] = `
5662{
5763 " events" : [
64+ [
65+ " Server logging enabled." ,
66+ ],
5867 [
5968 " test-server-4 server running on stdio transport" ,
6069 ],
6170 ],
71+ " hasDebugLogs" : true ,
6272 " mcpServer" : [
6373 [
6474 {
@@ -85,10 +95,14 @@ exports[`runServer should attempt to run server, create transport, connect, and
8595exports [` runServer should attempt to run server, disable SIGINT handler: diagnostics 1` ] = `
8696{
8797 " events" : [
98+ [
99+ " Server logging enabled." ,
100+ ],
88101 [
89102 " test-server-7 server running on stdio transport" ,
90103 ],
91104 ],
105+ " hasDebugLogs" : true ,
92106 " mcpServer" : [
93107 [
94108 {
@@ -110,10 +124,14 @@ exports[`runServer should attempt to run server, disable SIGINT handler: diagnos
110124exports [` runServer should attempt to run server, enable SIGINT handler explicitly: diagnostics 1` ] = `
111125{
112126 " events" : [
127+ [
128+ " Server logging enabled." ,
129+ ],
113130 [
114131 " test-server-8 server running on stdio transport" ,
115132 ],
116133 ],
134+ " hasDebugLogs" : true ,
117135 " mcpServer" : [
118136 [
119137 {
@@ -140,13 +158,20 @@ exports[`runServer should attempt to run server, enable SIGINT handler explicitl
140158exports [` runServer should attempt to run server, register a tool: diagnostics 1` ] = `
141159{
142160 " events" : [
161+ [
162+ " Server logging enabled." ,
163+ ],
143164 [
144165 " Registered tool: loremIpsum" ,
145166 ],
146167 [
147168 " test-server-5 server running on stdio transport" ,
148169 ],
170+ [
171+ " Tool " loremIpsum " has a non‑Zod inputSchema. This may cause unexpected issues." ,
172+ ],
149173 ],
174+ " hasDebugLogs" : true ,
150175 " mcpServer" : [
151176 [
152177 {
@@ -175,6 +200,9 @@ exports[`runServer should attempt to run server, register a tool: diagnostics 1`
175200exports [` runServer should attempt to run server, register multiple tools: diagnostics 1` ] = `
176201{
177202 " events" : [
203+ [
204+ " Server logging enabled." ,
205+ ],
178206 [
179207 " Registered tool: loremIpsum" ,
180208 ],
@@ -184,7 +212,14 @@ exports[`runServer should attempt to run server, register multiple tools: diagno
184212 [
185213 " test-server-6 server running on stdio transport" ,
186214 ],
215+ [
216+ " Tool " loremIpsum " has a non‑Zod inputSchema. This may cause unexpected issues." ,
217+ ],
218+ [
219+ " Tool " dolorSit " has a non‑Zod inputSchema. This may cause unexpected issues." ,
220+ ],
187221 ],
222+ " hasDebugLogs" : true ,
188223 " mcpServer" : [
189224 [
190225 {
@@ -214,10 +249,14 @@ exports[`runServer should attempt to run server, register multiple tools: diagno
214249exports [` runServer should attempt to run server, use custom options: diagnostics 1` ] = `
215250{
216251 " events" : [
252+ [
253+ " Server logging enabled." ,
254+ ],
217255 [
218256 " test-server-3 server running on stdio transport" ,
219257 ],
220258 ],
259+ " hasDebugLogs" : true ,
221260 " mcpServer" : [
222261 [
223262 {
@@ -244,6 +283,9 @@ exports[`runServer should attempt to run server, use custom options: diagnostics
244283exports [` runServer should attempt to run server, use default tools, http: diagnostics 1` ] = `
245284{
246285 " events" : [
286+ [
287+ " Server logging enabled." ,
288+ ],
247289 [
248290 " Registered tool: usePatternFlyDocs" ,
249291 ],
@@ -257,6 +299,7 @@ exports[`runServer should attempt to run server, use default tools, http: diagno
257299 " test-server-2 server running on HTTP transport" ,
258300 ],
259301 ],
302+ " hasDebugLogs" : true ,
260303 " mcpServer" : [
261304 [
262305 {
@@ -287,6 +330,9 @@ exports[`runServer should attempt to run server, use default tools, http: diagno
287330exports [` runServer should attempt to run server, use default tools, stdio: diagnostics 1` ] = `
288331{
289332 " events" : [
333+ [
334+ " Server logging enabled." ,
335+ ],
290336 [
291337 " Registered tool: usePatternFlyDocs" ,
292338 ],
@@ -300,6 +346,7 @@ exports[`runServer should attempt to run server, use default tools, stdio: diagn
300346 " test-server-1 server running on stdio transport" ,
301347 ],
302348 ],
349+ " hasDebugLogs" : true ,
303350 " mcpServer" : [
304351 [
305352 {
0 commit comments