-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmithery.yaml
More file actions
60 lines (55 loc) · 1.74 KB
/
smithery.yaml
File metadata and controls
60 lines (55 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
runtime: typescript
startCommand:
type: sse
configSchema:
type: object
properties:
defaultArchitecture:
type: string
title: "Default Workflow Architecture"
description: "Default architecture pattern for generated workflows"
enum:
- linear
- conditional
- parallel
- ai-agent
- event-driven
default: "linear"
enableAutoFix:
type: boolean
title: "Enable Auto-Fix"
description: "Automatically fix common workflow validation errors"
default: true
includeComments:
type: boolean
title: "Include Node Comments"
description: "Add explanatory comments to generated workflow nodes"
default: true
metadata:
title: "n8n Workflow Builder by FlowEngine"
description: "Build production-ready n8n workflows from natural language using AI. Includes 600+ nodes, intelligent validation, security scanning, and auto-fixing."
icon: "⚡"
tags:
- n8n
- workflow
- automation
- ai
- flowengine
- workflow-builder
- langchain
- no-code
capabilities:
tools: true
prompts: true
resources: true
documentation:
readme: https://github.com/Ami3466/flowengine-mcp-n8n-workflow-builder#readme
homepage: https://flowengine.cloud
repository: https://github.com/Ami3466/flowengine-mcp-n8n-workflow-builder
examples:
- name: "Generate Email to Slack Workflow"
description: "Create a workflow that monitors Gmail and sends notifications to Slack"
- name: "Build AI Agent Workflow"
description: "Generate an AI agent workflow with memory and tool use"
- name: "Validate and Fix Workflow"
description: "Validate existing workflow JSON and automatically fix errors"