Просмотр исходного кода

Update webview-ui/src/components/settings/SettingsView.tsx

Matt Rubens 11 месяцев назад
Родитель
Сommit
27e864d04c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      webview-ui/src/components/settings/SettingsView.tsx

+ 1 - 1
webview-ui/src/components/settings/SettingsView.tsx

@@ -367,7 +367,7 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
 							<span style={{ fontWeight: "500" }}>Enable MCP Server Creation</span>
 						</VSCodeCheckbox>
 						<p style={{ fontSize: "12px", marginTop: "5px", color: "var(--vscode-descriptionForeground)" }}>
-							This option allow user to enable and disable MCP server creation for saved tokens usage
+							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.
 						</p>
 					</div>