UNPKG

n8n-mcp

Version:

Integration between n8n workflow automation and Model Context Protocol (MCP)

6 lines 435 B
export declare function getToolDocumentation(toolName: string, depth?: 'essentials' | 'full'): string; export declare function getToolsOverview(depth?: 'essentials' | 'full'): string; export declare function searchToolDocumentation(keyword: string): string[]; export declare function getToolsByCategory(category: string): string[]; export declare function getAllCategories(): string[]; //# sourceMappingURL=tools-documentation.d.ts.map