UNPKG

n8n

Version:

n8n Workflow Automation Tool

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; }