UNPKG

@n8n/n8n-nodes-langchain

Version:

![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)

21 lines 654 B
"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, }, ]; } } exports.McpOAuth2Api = McpOAuth2Api; //# sourceMappingURL=McpOAuth2Api.credentials.js.map