mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
init mcp data tests, added crud for $record
This commit is contained in:
@@ -24,6 +24,7 @@ export function createMcpToolCaller() {
|
||||
});
|
||||
|
||||
if ((res.result as any)?.isError) {
|
||||
console.dir(res.result, { depth: null });
|
||||
throw new Error((res.result as any)?.content?.[0]?.text ?? "Unknown error");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user