Interface: ContractInfo

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / mcp / ContractInfo

Interface: ContractInfo

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

Contract coverage information for a single rule or constraint.

Properties

contract?

optional contract?: Contract

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


hasContract

hasContract: boolean

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


ruleId

ruleId: string

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


type

type: "rule" | "constraint"

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

Contents

  1. 1Properties
  2. 1.1contract?
  3. 1.2hasContract
  4. 1.3ruleId
  5. 1.4type