fix(MCP Client Node): Make "Use Dynamic Client Registration" toggle not required (#22645)

This commit is contained in:
RomanDavydchuk
2025-12-03 11:04:58 +02:00
committed by GitHub
parent 9245f2d896
commit 5ded4e8dad
@@ -15,7 +15,6 @@ export class McpOAuth2Api implements ICredentialType {
name: 'useDynamicClientRegistration',
type: 'boolean',
default: true,
required: true,
},
];
}