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