UNPKG

@n8n/n8n-nodes-langchain

Version:
29 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.McpOAuth2Api = void 0; class McpOAuth2Api { constructor() { this.name = 'mcpOAuth2Api'; this.extends = ['oAuth2Api']; this.displayName = 'MCP OAuth2 API'; this.documentationUrl = 'mcp'; this.properties = [ { displayName: 'Use Dynamic Client Registration', name: 'useDynamicClientRegistration', type: 'boolean', default: true, }, { displayName: 'Resource URL', name: 'resourceUrl', type: 'string', typeOptions: { url: true }, default: '', description: "Optional. The exact protected resource URL required by the MCP server. Leave empty to use the server's default, discovered automatically.", }, ]; } } exports.McpOAuth2Api = McpOAuth2Api; //# sourceMappingURL=McpOAuth2Api.credentials.js.map