mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 00:56:01 +00:00
@@ -14,7 +14,7 @@ export const useMcpStore = create(
|
||||
content: null as ToolJson | null,
|
||||
history: [] as { type: "request" | "response"; data: any }[],
|
||||
historyLimit: 50,
|
||||
historyVisible: true,
|
||||
historyVisible: false,
|
||||
},
|
||||
(set) => ({
|
||||
setTools: (tools: ToolJson[]) => set({ tools }),
|
||||
|
||||
Reference in New Issue
Block a user