Skip to content
reaatechREAATECH

@reaatech/webhook-relay-core

pending npm

Shared types, configuration loading, AES-256-GCM encryption helpers, a filter DSL evaluator, Prometheus metric registry, and a shared pino logger for the webhook-relay-mcp project. Provides Zod-validated environment config, event/source type definitions, and filter operators (`$eq`, `$gt`, `$in`, `$regex`, `$and`, `$or`, `$not`) as exported modules.

@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-core

What’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 pino logger

License

MIT — see LICENSE.