tambahannnya

This commit is contained in:
bipproduction
2025-11-14 11:00:48 +08:00
parent 2075d0fba1
commit 719f92cbe8

View File

@@ -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) },
],
},
};