fix: n8n_test_workflow webhookId resolution and form handling (v2.28.2) (#462)

This commit is contained in:
Romuald Członkowski
2025-12-01 22:33:25 +01:00
committed by GitHub
parent 3188d209b7
commit ef9b6f6341
8 changed files with 792 additions and 226 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-mcp",
"version": "2.28.1",
"version": "2.28.2",
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -146,6 +146,7 @@
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-rate-limit": "^7.1.5",
"form-data": "^4.0.5",
"lru-cache": "^11.2.1",
"n8n": "^1.121.2",
"n8n-core": "^1.120.1",