UNPKG

rhombus-node-mcp

Version:
4 lines (3 loc) 311 B
// Identical arg/output shapes to the OnGuard badge-timeline tool (same generalized backend), so reuse // the OnGuard Zod schemas verbatim. Re-exported to keep the elements-* module naming convention parallel. export { TOOL_ARGS, BadgeTimelineStopSchema, OUTPUT_SCHEMA, } from "./badge-timeline-tool-types.js";