UNPKG

n8n

Version:

n8n Workflow Automation Tool

8 lines (7 loc) 427 B
import type { User } from '@n8n/db'; import type { AiGatewayService } from '../../../services/ai-gateway.service'; import type { Telemetry } from '../../../telemetry'; import type { ToolDefinition } from '../mcp.types'; declare const inputSchema: {}; export declare const createListN8nConnectServicesTool: (user: User, aiGatewayService: AiGatewayService, telemetry: Telemetry) => ToolDefinition<typeof inputSchema>; export {};