Skip to content

Commit 24d5a40

Browse files
authored
fix: adding status field to ListMcpServersResult (#533)
* fix: adding status field to ListMcpServersResult
1 parent 7afc380 commit 24d5a40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/chat.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,11 @@ export interface ListMcpServersResult {
502502
header?: {
503503
title: string
504504
description?: string
505+
status?: {
506+
icon?: IconType
507+
title?: string
508+
status?: Status
509+
}
505510
}
506511
list: DetailedListGroup[]
507512
filterOptions?: FilterOption[]

0 commit comments

Comments
 (0)