tambahannnya
This commit is contained in:
@@ -128,7 +128,7 @@ async function handleMCPRequestAsync(
|
||||
content: [
|
||||
isObject
|
||||
? { type: "json", data: data }
|
||||
: { type: "text", text: String(data) },
|
||||
: { type: "text", text: String(data || result.data || result) },
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user