rhombus-node-mcp
Version:
MCP server for Rhombus API
5 lines (4 loc) • 403 B
JavaScript
// The Honeywell Elements 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 elements-* module naming convention parallel.
export { TOOL_ARGS, OnGuardEventSchema as ElementsEventSchema, OUTPUT_SCHEMA, } from "./onguard-tool-types.js";