Neural network background
Source: packages/fabric-mcp/src/tools.tsmcpgenerated

fabric_govern_add

Add a governance rule. Rules persist as HOT-tier nodes and are enforced on all future governance checks. Connect to specific code patterns via typed edges.

Input schema

FieldTypeRequiredDescription
rulestringyesHuman-readable rule description
scopestringyesGlob pattern for file scope (e.g. 'src/api/**')
severitystringyesSeverity level (enum: "block" | "warn" | "info")
forbidsarraynoPatterns that must NOT be present (items: string)
requiresarraynoPatterns that must be present (items: string)

Source

Source: packages/fabric-mcp/src/tools.ts