feat: launch Vibeflow n8n v0.5.0

This commit is contained in:
Felipe Domingues 2026-04-12 13:33:57 -03:00
commit 097f35215f
60 changed files with 2831 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
// Example OpenCode configuration
"mcp": {
"n8n": {
"type": "local",
"command": ["npx", "-y", "n8n-mcp"],
"env": {
"N8N_BASE_URL": "http://localhost:5678",
"N8N_API_KEY": "replace-me"
}
}
}
}