mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-21 12:51:16 +08:00
fix(MCP Client Node): Make "Use Dynamic Client Registration" toggle not required (#22645)
This commit is contained in:
@@ -15,7 +15,6 @@ export class McpOAuth2Api implements ICredentialType {
|
||||
name: 'useDynamicClientRegistration',
|
||||
type: 'boolean',
|
||||
default: true,
|
||||
required: true,
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user