Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions types/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ export interface ListConversationsParams {

export interface ListMcpServersParams {
filter?: Record<string, FilterValue>
isMcpRegistry?: boolean
}

export interface ListRulesParams {
Expand Down Expand Up @@ -660,6 +661,7 @@ export interface ListMcpServersResult {
}
list: DetailedListGroup[]
filterOptions?: FilterOption[]
isMcpRegistry?: boolean
}

export type ConversationAction = 'delete' | 'export'
Expand All @@ -677,6 +679,7 @@ export interface McpServerClickParams {
id: string
title?: string
optionsValues?: Record<string, string>
isMcpRegistry?: boolean
}

export interface McpServerClickResult extends McpServerClickParams {
Expand Down