diff --git a/webview-ui/src/components/mcp/McpView.tsx b/webview-ui/src/components/mcp/McpView.tsx index 87b0e48..a0c1bf1 100644 --- a/webview-ui/src/components/mcp/McpView.tsx +++ b/webview-ui/src/components/mcp/McpView.tsx @@ -119,15 +119,17 @@ const McpView = ({ onDone }: McpViewProps) => { community-made servers {" "} or ask Cline to create new tools specific to your workflow (e.g., "add a tool that pulls GitHub - issues") + issues"). {/* Server List */} -
- {servers.map((server) => ( - - ))} -
+ {servers.length > 0 && ( +
+ {servers.map((server) => ( + + ))} +
+ )} {/* Edit Settings Button */}