chore: improve inclusive-language (#7558)

This commit is contained in:
Jack Wotherspoon
2025-09-02 18:09:28 -06:00
committed by GitHub
parent 5e1651954d
commit 39c35e7d61
6 changed files with 12 additions and 12 deletions

View File

@@ -648,7 +648,7 @@ export const SETTINGS_SCHEMA = {
category: 'MCP',
requiresRestart: true,
default: undefined as string[] | undefined,
description: 'A whitelist of MCP servers to allow.',
description: 'A list of MCP servers to allow.',
showInDialog: false,
},
excluded: {
@@ -657,7 +657,7 @@ export const SETTINGS_SCHEMA = {
category: 'MCP',
requiresRestart: true,
default: undefined as string[] | undefined,
description: 'A blacklist of MCP servers to exclude.',
description: 'A list of MCP servers to exclude.',
showInDialog: false,
},
},