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/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/mcp/execution.ts#L492

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