From d3d2017dc900fd67aae7ca8b7f25781428ff0e01 Mon Sep 17 00:00:00 2001 From: datpp-ct <110380537+datpp-ct@users.noreply.github.com> Date: Tue, 11 Nov 2025 15:58:17 +0700 Subject: [PATCH] fix(MCP Client Tool Node): Scope is not working if use credential without DRC on (Scope set but pass to /auth endpoint is null) (#21520) --- packages/cli/src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cli/src/constants.ts b/packages/cli/src/constants.ts index 3d798111c9a..7e2880cd787 100644 --- a/packages/cli/src/constants.ts +++ b/packages/cli/src/constants.ts @@ -86,6 +86,7 @@ export const GENERIC_OAUTH2_CREDENTIALS_WITH_EDITABLE_SCOPE = [ 'googleOAuth2Api', 'microsoftOAuth2Api', 'highLevelOAuth2Api', + 'mcpOAuth2Api', ]; export const ARTIFICIAL_TASK_DATA = {