File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ describe("MCPOauth", () => {
240
240
transport : { type : "sse" as const , url : "https://server1.com" } ,
241
241
status : "connected" as const ,
242
242
errors : [ ] ,
243
+ infos : [ ] ,
243
244
isProtectedResource : false ,
244
245
prompts : [ ] ,
245
246
tools : [ ] ,
@@ -252,6 +253,7 @@ describe("MCPOauth", () => {
252
253
transport : { type : "sse" as const , url : "https://server2.com" } ,
253
254
status : "connected" as const ,
254
255
errors : [ ] ,
256
+ infos : [ ] ,
255
257
isProtectedResource : false ,
256
258
prompts : [ ] ,
257
259
tools : [ ] ,
@@ -309,6 +311,7 @@ describe("MCPOauth", () => {
309
311
transport : { type : "sse" as const , url : "" } ,
310
312
status : "connected" as const ,
311
313
errors : [ ] ,
314
+ infos : [ ] ,
312
315
isProtectedResource : false ,
313
316
prompts : [ ] ,
314
317
tools : [ ] ,
You can’t perform that action at this time.
0 commit comments