feat: rename Authentication section to Authentication & Configuration

This commit is contained in:
2025-10-26 10:59:04 -04:00
parent 97903c239c
commit 98f0629b42

View File

@@ -199,7 +199,7 @@ export class MCPServerSettingTab extends PluginSettingTab {
authSummary.style.fontWeight = 'bold'; authSummary.style.fontWeight = 'bold';
authSummary.style.marginBottom = '12px'; authSummary.style.marginBottom = '12px';
authSummary.style.cursor = 'pointer'; authSummary.style.cursor = 'pointer';
authSummary.setText('Authentication'); authSummary.setText('Authentication & Configuration');
// API Key Display (always show - auth is always enabled) // API Key Display (always show - auth is always enabled)
new Setting(authDetails) new Setting(authDetails)