Skip to content

Commit 41937a2

Browse files
authored
fix: infos in mcp server status tests (#7906)
1 parent 9ddd303 commit 41937a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/context/mcp/MCPOauth.vitest.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ describe("MCPOauth", () => {
240240
transport: { type: "sse" as const, url: "https://server1.com" },
241241
status: "connected" as const,
242242
errors: [],
243+
infos: [],
243244
isProtectedResource: false,
244245
prompts: [],
245246
tools: [],
@@ -252,6 +253,7 @@ describe("MCPOauth", () => {
252253
transport: { type: "sse" as const, url: "https://server2.com" },
253254
status: "connected" as const,
254255
errors: [],
256+
infos: [],
255257
isProtectedResource: false,
256258
prompts: [],
257259
tools: [],
@@ -309,6 +311,7 @@ describe("MCPOauth", () => {
309311
transport: { type: "sse" as const, url: "" },
310312
status: "connected" as const,
311313
errors: [],
314+
infos: [],
312315
isProtectedResource: false,
313316
prompts: [],
314317
tools: [],

0 commit comments

Comments
 (0)