From 98f0629b4284d55a6ba6e8b829792c51ea7f1c9d Mon Sep 17 00:00:00 2001 From: Bill Date: Sun, 26 Oct 2025 10:59:04 -0400 Subject: [PATCH] feat: rename Authentication section to Authentication & Configuration --- src/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.ts b/src/settings.ts index 9e0ba1b..57acd50 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -199,7 +199,7 @@ export class MCPServerSettingTab extends PluginSettingTab { authSummary.style.fontWeight = 'bold'; authSummary.style.marginBottom = '12px'; authSummary.style.cursor = 'pointer'; - authSummary.setText('Authentication'); + authSummary.setText('Authentication & Configuration'); // API Key Display (always show - auth is always enabled) new Setting(authDetails)