mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Fixes
This commit is contained in:
@@ -119,15 +119,17 @@ const McpView = ({ onDone }: McpViewProps) => {
|
|||||||
community-made servers
|
community-made servers
|
||||||
</VSCodeLink>{" "}
|
</VSCodeLink>{" "}
|
||||||
or ask Cline to create new tools specific to your workflow (e.g., "add a tool that pulls GitHub
|
or ask Cline to create new tools specific to your workflow (e.g., "add a tool that pulls GitHub
|
||||||
issues")
|
issues").
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Server List */}
|
{/* Server List */}
|
||||||
|
{servers.length > 0 && (
|
||||||
<div style={{ display: "flex", flexDirection: "column", gap: "10px" }}>
|
<div style={{ display: "flex", flexDirection: "column", gap: "10px" }}>
|
||||||
{servers.map((server) => (
|
{servers.map((server) => (
|
||||||
<ServerRow key={server.name} server={server} />
|
<ServerRow key={server.name} server={server} />
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
{/* Edit Settings Button */}
|
{/* Edit Settings Button */}
|
||||||
<div style={{ marginTop: "10px", width: "100%" }}>
|
<div style={{ marginTop: "10px", width: "100%" }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user