diff --git a/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentMcpResourceStored.svelte b/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentMcpResourceStored.svelte deleted file mode 100644 index e8e28b8072..0000000000 --- a/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentMcpResourceStored.svelte +++ /dev/null @@ -1,69 +0,0 @@ - - - - - { - e.stopPropagation(); - onClick?.(e); - }} - disabled={!onClick} - > - - - - {extra.name} - - - {#if !readonly && onRemove} - onRemove?.()} /> - {/if} - - - - - - {#if favicon} - { - (e.currentTarget as HTMLImageElement).style.display = 'none'; - }} - /> - {/if} - - - {serverName} - - - - diff --git a/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsList.svelte b/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsList.svelte index edeb988995..a3d37b42a3 100644 --- a/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsList.svelte +++ b/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsList.svelte @@ -1,7 +1,7 @@