@reaatech/webhook-relay-core
Shared types, configuration, crypto, validation, filter DSL, and metrics for webhook-relay-mcp.
This is an internal building block of the webhook-relay-mcp project. Most users want
the runnable server instead — see
@reaatech/webhook-relay-mcp.
Install
terminal
npm install @reaatech/webhook-relay-coreWhat’s inside
- Zod-validated environment/config loading
- Shared event and source type definitions
- AES-256-GCM secret encryption helpers
- Filter DSL evaluation (
$eq,$gt,$in,$regex,$and,$or,$not, …) - Prometheus metric registry
- A shared
pinologger
License
MIT — see LICENSE.
