n8n
Version:
n8n Workflow Automation Tool
7 lines (6 loc) • 350 B
TypeScript
import type { ModuleInterface } from '@n8n/decorators';
export declare class McpRegistryModule implements ModuleInterface {
init(): Promise<void>;
entities(): Promise<typeof import("./registry/mcp-registry-server.entity").McpRegistryServerEntity[]>;
nodeLoaders(): Promise<import("./mcp-registry-node-loader").McpRegistryNodeLoader[]>;
}