mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 07:36:46 +00:00
feat: launch Vibeflow n8n v0.5.0
This commit is contained in:
commit
097f35215f
60 changed files with 2831 additions and 0 deletions
31
clients/opencode/config-snippets.md
Normal file
31
clients/opencode/config-snippets.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# OpenCode config snippets
|
||||
|
||||
These snippets are examples. Replace placeholder URLs and names with your real n8n MCP configuration.
|
||||
|
||||
## Guided setup
|
||||
|
||||
```bash
|
||||
opencode mcp add
|
||||
opencode mcp list
|
||||
```
|
||||
|
||||
## Example `opencode.jsonc`
|
||||
|
||||
```jsonc
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"mcp": {
|
||||
"n8n": {
|
||||
"type": "remote",
|
||||
"url": "https://YOUR-N8N-MCP-ENDPOINT",
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Suggested agent instruction
|
||||
|
||||
```text
|
||||
When the task is about n8n workflows, use the n8n MCP server and follow the Vibeflow n8n repository contract. Produce a normalized plan first, then build, validate, and report.
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue