From 3ab1bd65e54d17ec545f59139a5a323f98e4c216 Mon Sep 17 00:00:00 2001 From: Karol Potocki Date: Wed, 25 Jun 2025 21:38:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Support=20Bedrock=20Provi?= =?UTF-8?q?der=20for=20MCP=20Image=20Content=20Rendering=20(#8047)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/api/src/mcp/parsers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/api/src/mcp/parsers.ts b/packages/api/src/mcp/parsers.ts index e377f4b70c..7886c86a10 100644 --- a/packages/api/src/mcp/parsers.ts +++ b/packages/api/src/mcp/parsers.ts @@ -7,6 +7,7 @@ const RECOGNIZED_PROVIDERS = new Set([ 'xai', 'deepseek', 'ollama', + 'bedrock', ]); const CONTENT_ARRAY_PROVIDERS = new Set(['google', 'anthropic', 'openai']);