rhombus-node-mcp
Version:
MCP server for Rhombus API
4 lines (3 loc) • 301 B
JavaScript
// Identical arg/output shapes to the OnGuard lost-badge tool (same generalized backend), so reuse the
// OnGuard Zod schemas verbatim. Re-exported to keep the netbox-* module naming convention parallel.
export { TOOL_ARGS, LostBadgeIncidentSchema, OUTPUT_SCHEMA, } from "./lost-badge-tool-types.js";