UNPKG
n8n-nodes-mcp-dragorium
Version:
latest (0.1.29)
0.1.29
0.1.28
0.1.27
0.1.26
0.1.25
0.1.24
MCP nodes for n8n
github.com/nerding-io/n8n-nodes-mcp
nerding-io/n8n-nodes-mcp
n8n-nodes-mcp-dragorium
/
dist
/
credentials
/
McpClientApi.credentials.d.ts
8 lines
(7 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
McpClientApi
implements
ICredentialType
{
name
:
string
;
displayName
:
string
;
icon
:
"file:mcpClient.svg"
;
properties
:
INodeProperties
[]; }