diff --git a/frontend/editor/src/saas/components/shared/config/configSections/McpSection.tsx b/frontend/editor/src/saas/components/shared/config/configSections/McpSection.tsx index 8313fdd12..1dba03198 100644 --- a/frontend/editor/src/saas/components/shared/config/configSections/McpSection.tsx +++ b/frontend/editor/src/saas/components/shared/config/configSections/McpSection.tsx @@ -7,7 +7,6 @@ import { Group, Alert, Code, - Badge, Button, CopyButton, Tabs, @@ -110,26 +109,6 @@ export default function McpSection() { [mcpUrl], ); - const tools: { icon: string; key: string; fallback: string }[] = [ - { - icon: "sync-alt-rounded", - key: "config.mcp.tools.convert", - fallback: "Convert", - }, - { - icon: "description-rounded", - key: "config.mcp.tools.pages", - fallback: "Pages", - }, - { icon: "lock", key: "config.mcp.tools.security", fallback: "Security" }, - { - icon: "construction-rounded", - key: "config.mcp.tools.misc", - fallback: "Misc", - }, - { icon: "smart-toy-rounded", key: "config.mcp.tools.ai", fallback: "AI" }, - ]; - return (