mirror of
https://github.com/n8n-io/n8n.git
synced 2025-11-20 17:46:34 +00:00
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)
This commit is contained in:
parent
d3455f1508
commit
d3d2017dc9
@ -86,6 +86,7 @@ export const GENERIC_OAUTH2_CREDENTIALS_WITH_EDITABLE_SCOPE = [
|
||||
'googleOAuth2Api',
|
||||
'microsoftOAuth2Api',
|
||||
'highLevelOAuth2Api',
|
||||
'mcpOAuth2Api',
|
||||
];
|
||||
|
||||
export const ARTIFICIAL_TASK_DATA = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user