diff --git a/src/components/mcp/view/McpServers.tsx b/src/components/mcp/view/McpServers.tsx index a77117fe..8bd0849c 100644 --- a/src/components/mcp/view/McpServers.tsx +++ b/src/components/mcp/view/McpServers.tsx @@ -3,7 +3,7 @@ import { useTranslation } from 'react-i18next'; import type { McpProject, McpProvider, McpScope, ProviderMcpServer } from '../types'; import { IS_PLATFORM } from '../../../constants/config'; -import { Badge, Button } from '../../../shared/view/ui'; +import { ActionMenu, Badge, Button } from '../../../shared/view/ui'; import { MCP_GLOBAL_SUPPORTED_SCOPES, MCP_GLOBAL_SUPPORTED_TRANSPORTS, @@ -134,33 +134,39 @@ export default function McpServers({ selectedProvider, currentProjects }: McpSer return (
{description}
+{description}
- Install global {providerName} skills from `.md` files or complete skill folders. -
+{providerPath}
- {providerPath}