A Model Context Protocol (MCP) server that integrates with n8n, providing tools for workflow and execution management via the n8n API.
7 lines
119 B
Plaintext
7 lines
119 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", { "targets": { "node": "current" } }],
|
|
"@babel/preset-typescript"
|
|
]
|
|
}
|