Skip to content

@maxhealth.tech/prefab / mcp / ToolResultOptions

Interface: ToolResultOptions

Defined in: mcp/result.ts:26

Properties

isError?

ts
optional isError?: boolean;

Defined in: mcp/result.ts:28

Flag the result as failed (hosts render it as a tool error).

Released under the MIT License.