feat(ee): mcp (#1976)

* feat: MCP
* sync
* sync
This commit is contained in:
Philip Okugbe
2026-03-01 18:37:39 +00:00
committed by GitHub
parent 2309d1434b
commit 60848ea903
49 changed files with 781 additions and 154 deletions
@@ -235,6 +235,7 @@ export default function AuditLogsTable({
{entry.actor ? (
<Group gap="sm" wrap="nowrap">
<CustomAvatar
avatarUrl={entry.actor.avatarUrl}
name={entry.actor.name}
size={36}
/>
@@ -18,6 +18,7 @@ export type IAuditLog = {
id: string;
name: string;
email: string;
avatarUrl?: string;
};
resource?: {
id: string;