Interface: SuggestOutput

August 8, 2026 · View on GitHub

@plures/praxis


@plures/praxis / mcp / SuggestOutput

Interface: SuggestOutput

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

Output of the suggest MCP tool — list of generated rule/contract suggestions.

Properties

suggestions

suggestions: object[]

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

description

description: string

id

id: string

rationale

rationale: string

type

type: "rule" | "constraint" | "contract" | "event"

Contents

  1. 1Properties
  2. 1.1suggestions