Google Home MCP Server

by jmagar
Verified
export interface N8NWorkflowResponse { id: string; name: string; active: boolean; nodes: any[]; connections: any; createdAt: string; updatedAt: string; } export interface N8NErrorResponse { error: string; }