You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/mcp.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,16 @@
4
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>",
5
5
"enableToggle": {
6
6
"title": "Enable MCP Servers",
7
-
"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."
7
+
"description": "Turn this ON to let Roo use tools from connected MCP servers. This gives Roo more capabilities. If you don't plan to use these extra tools, turn it OFF to help reduce API token costs."
8
8
},
9
9
"enableServerCreation": {
10
10
"title": "Enable MCP Server Creation",
11
-
"description": "When enabled, Roo can help you create new MCP servers via commands like \"add a new tool to...\". If you don't need to create MCP servers you can disable this to reduce Roo's token usage."
11
+
"description": "Enable this to have Roo help you build <1>new</1> custom MCP servers. <0>Learn about server creation</0>.",
12
+
"hint": "Hint: To reduce API token costs, disable this setting when you are not actively asking Roo to create a new MCP server."
12
13
},
13
14
"editGlobalMCP": "Edit Global MCP",
14
15
"editProjectMCP": "Edit Project MCP",
16
+
"learnMoreEditingSettings": "Learn more about editing MCP settings files",
0 commit comments