UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 341 B
import type { McpScope } from '@n8n/api-types'; export declare const TOOLS_BY_SCOPE: Record<McpScope, readonly string[]>; export declare const BUILDER_TOOLS: ReadonlySet<string>; export declare const AGENT_TOOLS: ReadonlySet<string>; export declare function getAllowedToolNames(grantedScopes: string[] | undefined): Set<string> | undefined;