Skip to content

Commit 22b224c

Browse files
authored
🐛 fix: Support Bedrock Provider for MCP Image Content Rendering (danny-avila#8047)
1 parent c4fa34c commit 22b224c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/api/src/mcp/parsers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const RECOGNIZED_PROVIDERS = new Set([
77
'xai',
88
'deepseek',
99
'ollama',
10+
'bedrock',
1011
]);
1112
const CONTENT_ARRAY_PROVIDERS = new Set(['google', 'anthropic', 'openai']);
1213

0 commit comments

Comments
 (0)