Interface: InspectInput

August 8, 2026 · View on GitHub

@plures/praxis


@plures/praxis / mcp / InspectInput

Interface: InspectInput

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

Input for the inspect MCP tool — list rules and constraints in the registry.

Properties

filter?

optional filter?: string

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

Filter by rule/constraint ID pattern (glob-like)


includeContracts?

optional includeContracts?: boolean

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

Include contract details

Contents

  1. 1Properties
  2. 1.1filter?
  3. 1.2includeContracts?