UNPKG

n8n-mcp

Version:

Integration between n8n workflow automation and Model Context Protocol (MCP)

8 lines 280 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class MCPApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; } //# sourceMappingURL=MCPApi.credentials.d.ts.map