Skip to content

Commit 88f685a

Browse files
committed
feat: update MCP documentation link and improve description for clarity
1 parent 0a32884 commit 88f685a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

webview-ui/src/components/mcp/McpView.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import {
2323
DialogDescription,
2424
DialogFooter,
2525
} from "@src/components/ui"
26+
import { buildDocLink } from "@src/utils/docLinks"
2627

2728
import { Tab, TabContent, TabHeader } from "../common/Tab"
2829

@@ -62,13 +63,10 @@ const McpView = ({ onDone }: McpViewProps) => {
6263
marginTop: "5px",
6364
}}>
6465
<Trans i18nKey="mcp:description">
65-
<VSCodeLink href="https://github.com/modelcontextprotocol" style={{ display: "inline" }}>
66-
Model Context Protocol
67-
</VSCodeLink>
6866
<VSCodeLink
69-
href="https://github.com/modelcontextprotocol/servers"
67+
href={buildDocLink("features/mcp/using-mcp-in-roo", "mcp_settings")}
7068
style={{ display: "inline" }}>
71-
community-made servers
69+
Learn More
7270
</VSCodeLink>
7371
</Trans>
7472
</div>

webview-ui/src/i18n/locales/en/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "MCP Servers",
33
"done": "Done",
4-
"description": "The <0>Model Context Protocol</0> enables communication with locally running MCP servers that provide additional tools and resources to extend Roo's capabilities. You can use <1>community-made servers</1> or ask Roo to create new tools specific to your workflow (e.g., \"add a tool that gets the latest npm docs\").",
4+
"description": "Enable the Model Context Protocol (MCP) to let Roo Code use extra tools and services from external servers. This expands what Roo can do for you. <0>Learn More</0>",
55
"enableToggle": {
66
"title": "Enable MCP Servers",
77
"description": "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."

0 commit comments

Comments
 (0)