UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 294 B
import type { McpRegistryServer } from './mcp-registry.types'; export declare class McpRegistryService { private readonly servers; getAll({ includeDeprecated }?: { includeDeprecated?: boolean; }): McpRegistryServer[]; get(slug: string): McpRegistryServer | undefined; }