From 7853096cfcc735c0246bb9d0a0e2b8da86547ba7 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 13 Apr 2025 14:07:22 +0000 Subject: fix(mcp): Allow accessing asset extracted content in MCP --- apps/mcp/src/bookmarks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/mcp/src') diff --git a/apps/mcp/src/bookmarks.ts b/apps/mcp/src/bookmarks.ts index ed2da2fd..14043489 100644 --- a/apps/mcp/src/bookmarks.ts +++ b/apps/mcp/src/bookmarks.ts @@ -161,7 +161,7 @@ mcpServer.tool( } else if (res.data.content.type === "text") { content = res.data.content.text; } else if (res.data.content.type === "asset") { - content = ""; + content = res.data.content.content; } return { content: [ -- cgit v1.2.3-70-g09d2