Skip to content

Commit bdc037f

Browse files
committed
Fix types
1 parent a75c5a5 commit bdc037f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/redux/services/types.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,10 @@ export interface AddMCPServerPayload {
12891289

12901290
export interface UpdateMCPServerPayload {
12911291
id: string;
1292-
data: AddMCPServerPayload;
1292+
data: {
1293+
selected_tools: string[];
1294+
instructions_prompt: string;
1295+
};
12931296
}
12941297

12951298
export interface DeleteMCPServerPayload {

0 commit comments

Comments
 (0)