UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

13 lines (12 loc) 469 B
import { McpRegistryServerRepository } from './registry/mcp-registry-server.repository'; import { McpRegistryService } from './registry/mcp-registry.service'; export declare class McpRegistryTestController { private readonly repository; private readonly service; constructor(repository: McpRegistryServerRepository, service: McpRegistryService); seed(): Promise<{ ok: boolean; count: number; }>; private assertE2ETestsEnabled; }