Interface: RuleInfo
August 8, 2026 ยท View on GitHub
@plures/praxis / mcp / RuleInfo
Interface: RuleInfo
Defined in: src/mcp/types.ts:78
Summary information about a single rule exposed via MCP tools.
Properties
contract?
optionalcontract?:Contract
Defined in: src/mcp/types.ts:83
description
description:
string
Defined in: src/mcp/types.ts:80
eventTypes?
optionaleventTypes?:string|string[]
Defined in: src/mcp/types.ts:81
hasContract
hasContract:
boolean
Defined in: src/mcp/types.ts:82
id
id:
string
Defined in: src/mcp/types.ts:79
meta?
optionalmeta?:Record<string,unknown>
Defined in: src/mcp/types.ts:84