mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
8 lines
280 B
TypeScript
8 lines
280 B
TypeScript
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
|