From cebf140bcec853662af96329a059fa555c483403 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Sat, 16 Aug 2025 12:44:12 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20fix:=20Add=20Azure=20to=20Recogn?= =?UTF-8?q?ized=20and=20Content=20array=20providers=20for=20MCP=20Tool=20C?= =?UTF-8?q?alls=20(#9092)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/api/src/mcp/parsers.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/api/src/mcp/parsers.ts b/packages/api/src/mcp/parsers.ts index 7886c86a10..b0722fc012 100644 --- a/packages/api/src/mcp/parsers.ts +++ b/packages/api/src/mcp/parsers.ts @@ -3,13 +3,14 @@ const RECOGNIZED_PROVIDERS = new Set([ 'google', 'anthropic', 'openai', + 'azureopenai', 'openrouter', 'xai', 'deepseek', 'ollama', 'bedrock', ]); -const CONTENT_ARRAY_PROVIDERS = new Set(['google', 'anthropic', 'openai']); +const CONTENT_ARRAY_PROVIDERS = new Set(['google', 'anthropic', 'azureopenai', 'openai']); const imageFormatters: Record = { // google: (item) => ({