mirror of https://github.com/kortix-ai/suna.git
chore(dev): reduce smithery api page size - import fix
This commit is contained in:
parent
7ee367e426
commit
03d887a49e
|
@ -1,7 +1,6 @@
|
|||
import React from 'react';
|
||||
import { Sparkles } from 'lucide-react';
|
||||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card';
|
||||
import { MCPConfiguration } from './mcp-configuration';
|
||||
import { MCPConfigurationNew } from './mcp/mcp-configuration-new';
|
||||
|
||||
interface AgentMCPConfigurationProps {
|
||||
|
|
|
@ -9,7 +9,6 @@ import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs';
|
|||
import { Loader2, Search, Settings2, Sparkles } from 'lucide-react';
|
||||
import { DEFAULT_AGENTPRESS_TOOLS, getToolDisplayName } from '../_data/tools';
|
||||
import { useCreateAgent } from '@/hooks/react-query/agents/use-agents';
|
||||
import { MCPConfiguration } from './mcp-configuration';
|
||||
import { MCPConfigurationNew } from './mcp/mcp-configuration-new';
|
||||
|
||||
interface AgentCreateRequest {
|
||||
|
|
|
@ -11,7 +11,6 @@ import { toast } from 'sonner';
|
|||
import { Skeleton } from '@/components/ui/skeleton';
|
||||
import { DEFAULT_AGENTPRESS_TOOLS, getToolDisplayName } from '../_data/tools';
|
||||
import { useAgent, useUpdateAgent } from '@/hooks/react-query/agents/use-agents';
|
||||
import { MCPConfiguration } from './mcp-configuration';
|
||||
import { MCPConfigurationNew } from './mcp/mcp-configuration-new';
|
||||
|
||||
interface AgentUpdateRequest {
|
||||
|
|
Loading…
Reference in New Issue