mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 04:41:16 -05:00
Custom modes
This commit is contained in:
@@ -24,8 +24,8 @@ const McpEnabledToggle = () => {
|
||||
marginTop: "5px",
|
||||
color: "var(--vscode-descriptionForeground)",
|
||||
}}>
|
||||
When enabled, Cline will be able to interact with MCP servers for advanced functionality. If you're not
|
||||
using MCP, you can disable this to reduce Cline's token usage.
|
||||
When enabled, Roo will be able to interact with MCP servers for advanced functionality. If you're not
|
||||
using MCP, you can disable this to reduce Roo's token usage.
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
|
||||
@@ -115,12 +115,12 @@ const McpView = ({ onDone }: McpViewProps) => {
|
||||
Model Context Protocol
|
||||
</VSCodeLink>{" "}
|
||||
enables communication with locally running MCP servers that provide additional tools and resources
|
||||
to extend Cline's capabilities. You can use{" "}
|
||||
to extend Roo's capabilities. You can use{" "}
|
||||
<VSCodeLink href="https://github.com/modelcontextprotocol/servers" style={{ display: "inline" }}>
|
||||
community-made servers
|
||||
</VSCodeLink>{" "}
|
||||
or ask Cline to create new tools specific to your workflow (e.g., "add a tool that gets the latest
|
||||
npm docs").
|
||||
or ask Roo to create new tools specific to your workflow (e.g., "add a tool that gets the latest npm
|
||||
docs").
|
||||
</div>
|
||||
|
||||
<McpEnabledToggle />
|
||||
|
||||
Reference in New Issue
Block a user