UNPKG

rhombus-node-mcp

Version:
5 lines (4 loc) 396 B
// The Lenel S2 NetBox event search exposes the exact same filters and result shape as OnGuard // (the backend uses one generalized DTO), so reuse the OnGuard Zod schemas verbatim rather than // duplicating them. Re-exported here to keep the netbox-* module naming convention parallel. export { TOOL_ARGS, OnGuardEventSchema as NetboxEventSchema, OUTPUT_SCHEMA, } from "./onguard-tool-types.js";