Skip to content

Commit 0145624

Browse files
committed
Update McpServers.svelte
1 parent 6ef8d69 commit 0145624

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/user/src/lib/components/sidebar/McpServers.svelte

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<script lang="ts">
2-
import { tooltip } from '$lib/actions/tooltip.svelte';
32
import { getProjectMCPs } from '$lib/context/projectMcps.svelte';
43
import { ChatService, type MCP, type Project, type ProjectMCP } from '$lib/services';
5-
import { Plus, Trash2, X } from 'lucide-svelte/icons';
4+
import { Trash2 } from 'lucide-svelte/icons';
65
import McpConfig from '../mcp/McpConfig.svelte';
76
import Confirm from '../Confirm.svelte';
87
import McpCatalog from '../mcp/McpCatalog.svelte';

0 commit comments

Comments
 (0)