axMCPChildExecutionOptions Generated TypeScript API reference. typescript api api/reference build/apidocs/Function.axMCPChildExecutionOptions.md function axMCPChildExecutionOptions

axMCPChildExecutionOptions

TypeScript
function axMCPChildExecutionOptions<T>(options: T): T;

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/mcp/execution.ts#L514

Remove parent attachment options and pass only the permitted live context.

Type Parameters

Type Parameter
T extends Readonly<{ _mcpExecutionContext?: AxMCPExecutionContext; eventContext?: unknown; eventInheritance?: "all" | "none"; mcp?: unknown; mcpContext?: unknown; ucp?: unknown; }>

Parameters

ParameterType
optionsT

Returns

T

Docs