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

This commit is contained in:
Matt Rubens
2025-01-31 22:13:28 -05:00
committed by GitHub
parent 1c247ed8bc
commit 27e864d04c

View File

@@ -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>