UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 325 B
import type { BuiltTool } from '@n8n/agents'; import type { McpRegistryService } from '../../../modules/mcp-registry/registry/mcp-registry.service'; export interface SearchMcpServersDeps { mcpRegistryService: McpRegistryService; } export declare function buildSearchMcpServersTool(deps: SearchMcpServersDeps): BuiltTool;