diff --git a/web/app/components/tools/mcp/modal.tsx b/web/app/components/tools/mcp/modal.tsx index 7dd81c1f8e..0e57cb149b 100644 --- a/web/app/components/tools/mcp/modal.tsx +++ b/web/app/components/tools/mcp/modal.tsx @@ -96,7 +96,7 @@ const MCPModal = ({ } catch (e) { console.error('Failed to fetch remote icon:', e) - Toast.notify({ type: 'error', message: 'Failed to fetch remote icon' }) + Toast.notify({ type: 'warning', message: 'Failed to fetch remote icon' }) } finally { setIsFetchingIcon(false)