Skip to content

@maxhealth.tech/prefab / mcp / DisplayErrorOptions

Interface: DisplayErrorOptions

Defined in: mcp/display.ts:268

Properties

detail?

ts
optional detail?: string;

Defined in: mcp/display.ts:270

Error detail / stack trace to show in a code block.


hint?

ts
optional hint?: string;

Defined in: mcp/display.ts:272

Hint for the user on how to fix the issue.


theme?

ts
optional theme?: Theme;

Defined in: mcp/display.ts:274

Theme overrides.

Released under the MIT License.