docs: mcp (#243)

* added mcp documentation

* added mcp docs
This commit is contained in:
dswbx
2025-08-30 10:15:56 +02:00
committed by GitHub
parent 5ed1cf19b6
commit 2de12674d9
19 changed files with 1534 additions and 1288 deletions
+1 -1
View File
@@ -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 }),