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

8 lines (7 loc) 253 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class GoogleSearchConsoleApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }