UNPKG

n8n-nodes-google-search-console-mcp

Version:

N8N community node for Google Search Console MCP integration with Service Account auth and 6 GSC operations

6 lines (5 loc) 288 B
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class GoogleSearchConsoleTool implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }