diff --git a/src/mcp/tools-n8n-manager.ts b/src/mcp/tools-n8n-manager.ts index aaaabd9..3cc2070 100644 --- a/src/mcp/tools-n8n-manager.ts +++ b/src/mcp/tools-n8n-manager.ts @@ -140,7 +140,11 @@ export const n8nManagementTools: ToolDefinition[] = [ }, nodes: { type: 'array', - description: 'Complete array of workflow nodes (required if modifying workflow structure)' + description: 'Complete array of workflow nodes (required if modifying workflow structure)', + items: { + type: 'object', + additionalProperties: true + } }, connections: { type: 'object',