mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix MCP empty list state
This commit is contained in:
parent
f80552f92d
commit
65ac7ec3f7
1 changed files with 3 additions and 6 deletions
|
|
@ -171,14 +171,11 @@ const McpView = ({ onDone }: McpViewProps) => {
|
|||
flexDirection: "column",
|
||||
alignItems: "center",
|
||||
gap: "12px",
|
||||
marginTop: "20px",
|
||||
marginTop: 20,
|
||||
marginBottom: 20,
|
||||
color: "var(--vscode-descriptionForeground)",
|
||||
}}>
|
||||
<div>No MCP servers installed yet</div>
|
||||
<VSCodeButton appearance="primary" onClick={() => setActiveTab("marketplace")}>
|
||||
<span className="codicon codicon-cloud-download" style={{ marginRight: "6px" }} />
|
||||
Browse Marketplace
|
||||
</VSCodeButton>
|
||||
No MCP servers installed
|
||||
</div>
|
||||
)}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue