Interface: RuleInfo

August 8, 2026 ยท View on GitHub

@plures/praxis


@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?

optional contract?: Contract

Defined in: src/mcp/types.ts:83


description

description: string

Defined in: src/mcp/types.ts:80


eventTypes?

optional eventTypes?: 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?

optional meta?: Record<string, unknown>

Defined in: src/mcp/types.ts:84