n8n-nodes-mcp-flex
Version:
Enhanced MCP nodes for n8n with flexible parameter handling and improved AI Agent integration
66 lines (65 loc) • 1.5 kB
JSON
{
"name": "n8n-nodes-mcp-flex",
"version": "0.1.4",
"description": "Enhanced MCP nodes for n8n with flexible parameter handling and improved AI Agent integration",
"keywords": [
"n8n-community-node-package",
"mcp",
"mcp-client",
"mcp-client-node",
"mcp-client-n8n",
"mcp-flex",
"ai-agent",
"calendar",
"automation"
],
"license": "MIT",
"homepage": "https://github.com/Thornbeard65/n8n-nodes-mcp-flex",
"author": {
"name": "Thornbeard65",
"email": ""
},
"repository": {
"type": "git",
"url": "https://github.com/Thornbeard65/n8n-nodes-mcp-flex.git"
},
"main": "index.js",
"scripts": {
"build": "tsc && gulp build:icons",
"dev": "tsc --watch",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/McpClientApi.credentials.js"
],
"nodes": [
"dist/nodes/McpClient/McpClient.node.js"
]
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"n8n-workflow": "^1.0.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"prettier": "^3.0.0",
"@types/node": "^20.0.0",
"gulp": "^4.0.2",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"eslint-plugin-n8n-nodes-base": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}