feat: v0.8.2 安全纵深补全 · 协议保真 · 断链修复 — 图片SSRF/根MEMORY.md保护根治 · Anthropic thinking回传+pause_turn续传 · 2523 用例全量回归 + E2E 扩充
This commit is contained in:
@@ -224,6 +224,21 @@ export function MCPSettings() {
|
||||
<Typography variant="caption" sx={{ color: statusColors[s.status] }}>
|
||||
{statusLabel(s)}
|
||||
</Typography>
|
||||
{/* v0.8.2 P2-7: 禁用态 server 现在也会出现在列表中(后端补齐),显式标注 */}
|
||||
{(s as { enabled?: boolean }).enabled === false && (
|
||||
<Typography
|
||||
variant="caption"
|
||||
sx={{
|
||||
color: 'text.disabled',
|
||||
border: '1px solid',
|
||||
borderColor: 'divider',
|
||||
borderRadius: 2,
|
||||
px: 0.5,
|
||||
}}
|
||||
>
|
||||
{t('settings.mcp.disabled')}
|
||||
</Typography>
|
||||
)}
|
||||
{s.toolCount > 0 && (
|
||||
<Typography variant="caption" sx={{ color: 'text.secondary' }}>
|
||||
{t('settings.mcp.toolCount', { count: s.toolCount })}
|
||||
|
||||
Reference in New Issue
Block a user