Skip to content

Commit 6ba7d17

Browse files
committed
Add Template page, improve chat refresh
1 parent 2520fc7 commit 6ba7d17

File tree

28 files changed

+814
-257
lines changed

28 files changed

+814
-257
lines changed

src/components/Agentic/IncidentDetails/AgentFlowChart/MCPServerBlock/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { useViewport } from "@xyflow/react";
22
import { DigmaLogoThemeableIcon } from "../../../../common/icons/24px/DigmaLogoThemeableIcon";
3+
import { MCPLogoIcon } from "../../../../common/icons/24px/MCPLogoIcon";
34
import { KubernetesLogoIcon } from "../../../../common/icons/25px/KubernetesLogoIcon";
45
import { PostgresLogoIcon } from "../../../../common/icons/25px/PostgresLogoIcon";
56
import { GitHubLogoIcon } from "../../../../common/icons/28px/GitHubLogoIcon";
@@ -27,6 +28,8 @@ export const MCPServerIcon = ({ type, isActive }: MCPServerIconProps) => {
2728
themeKind={isActive ? "light" : "dark"}
2829
/>
2930
);
31+
case "mcp":
32+
return <MCPLogoIcon size={size} color={"currentColor"} />;
3033
default:
3134
return null;
3235
}

0 commit comments

Comments
 (0)