vibeflow-n8n/.agents/plugins/marketplace.json
2026-07-22 11:43:41 -03:00

20 lines
365 B
JSON

{
"name": "vibeflow",
"interface": {
"displayName": "Vibeflow"
},
"plugins": [
{
"name": "vibeflow",
"source": {
"source": "local",
"path": "./plugins/vibeflow"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Developer Tools"
}
]
}