From 719f92cbe848e2d27c0948ed4664c84074243e12 Mon Sep 17 00:00:00 2001 From: bipproduction Date: Fri, 14 Nov 2025 11:00:48 +0800 Subject: [PATCH] tambahannnya --- src/server/routes/mcp_route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/routes/mcp_route.ts b/src/server/routes/mcp_route.ts index e2c2b4c..94fcf8c 100644 --- a/src/server/routes/mcp_route.ts +++ b/src/server/routes/mcp_route.ts @@ -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) }, ], }, };