Add webhook subscription MCP tools and N8N operations

Expose webhook subscription CRUD and event listing through the MCP API
(list, get, create, update, delete subscriptions + list events) and add
a new webhook resource to the N8N node with matching operations.

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-04-17 12:16:23 +02:00
parent 7143944fba
commit 9c9c60d0eb
12 changed files with 1200 additions and 0 deletions

View File

@@ -146,6 +146,11 @@ export class Probo implements INodeType {
value: 'vendor',
description: 'Manage vendors',
},
{
name: 'Webhook',
value: 'webhook',
description: 'Manage webhook subscriptions',
},
],
default: 'execute',
},