From e66c5b13f835839966210beb8d8f235058533bd0 Mon Sep 17 00:00:00 2001 From: Aleksandr PUZIKOV Date: Mon, 30 Mar 2026 12:21:04 +0200 Subject: [PATCH] fix: Allow empty client_secret for MCP OAuth configuration --- .../MCPServerDialog/sections/AuthSection.tsx | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/client/src/components/SidePanel/MCPBuilder/MCPServerDialog/sections/AuthSection.tsx b/client/src/components/SidePanel/MCPBuilder/MCPServerDialog/sections/AuthSection.tsx index 6d18ccf15b..3963c8b935 100644 --- a/client/src/components/SidePanel/MCPBuilder/MCPServerDialog/sections/AuthSection.tsx +++ b/client/src/components/SidePanel/MCPBuilder/MCPServerDialog/sections/AuthSection.tsx @@ -183,15 +183,7 @@ export default function AuthSection({ isEditMode, serverName }: AuthSectionProps
{errors.auth?.oauth_client_secret && (