tambahannnya

This commit is contained in:
bipproduction
2025-11-14 11:02:12 +08:00
parent 719f92cbe8
commit 467dbfa296

View File

@@ -128,7 +128,7 @@ async function handleMCPRequestAsync(
content: [
isObject
? { type: "json", data: data }
: { type: "text", text: String(data || result.data || result) },
: { type: "text", text: JSON.stringify(data || result.data || result) },
],
},
};