UNPKG

n8n

Version:

n8n Workflow Automation Tool

10 lines (9 loc) 277 B
import type { ModuleInterface } from '@n8n/decorators'; export declare class McpModule implements ModuleInterface { init(): Promise<void>; settings(): Promise<{ mcpAccessEnabled: boolean; }>; entities(): Promise<never>; shutdown(): Promise<void>; }