UNPKG

n8n

Version:

n8n Workflow Automation Tool

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