Skip to content

@maxhealth.tech/prefab / actions / CallToolOpts

Interface: CallToolOpts

Defined in: actions/mcp.ts:11

Properties

arguments?

ts
optional arguments?: Record<string, unknown>;

Defined in: actions/mcp.ts:12


resultKey?

ts
optional resultKey?: string;

Defined in: actions/mcp.ts:13


onSuccess?

ts
optional onSuccess?: Action | Action[];

Defined in: actions/mcp.ts:14


onError?

ts
optional onError?: Action | Action[];

Defined in: actions/mcp.ts:15

Released under the MIT License.