n8n competitor scrape.
This commit is contained in:
parent
916998c709
commit
67569e7c9c
1 changed files with 11 additions and 2 deletions
|
|
@ -8,7 +8,16 @@
|
||||||
"Bash(git log:*)",
|
"Bash(git log:*)",
|
||||||
"Bash(pnpm run:*)",
|
"Bash(pnpm run:*)",
|
||||||
"WebFetch(domain:github.com)",
|
"WebFetch(domain:github.com)",
|
||||||
"WebFetch(domain:raw.githubusercontent.com)"
|
"WebFetch(domain:raw.githubusercontent.com)",
|
||||||
|
"Bash(npx n8n-mcp:*)",
|
||||||
|
"mcp__n8n-mcp__n8n_get_workflow",
|
||||||
|
"mcp__n8n-mcp__n8n_executions",
|
||||||
|
"mcp__n8n-mcp__n8n_update_partial_workflow",
|
||||||
|
"mcp__n8n-mcp__tools_documentation",
|
||||||
|
"mcp__n8n-mcp__n8n_test_workflow"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"enabledMcpjsonServers": [
|
||||||
|
"n8n-mcp"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue