UNPKG

n8n-mcp-server

Version:

Model Context Protocol (MCP) server for n8n workflow automation

13 lines (12 loc) 194 B
{ "extends": "../tsconfig.json", "compilerOptions": { "types": ["jest", "node"], "esModuleInterop": true, "rootDir": ".." }, "include": [ "**/*.ts", "**/*.tsx" ] }