axMCPChildExecutionOptions
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
| Parameter | Type |
|---|---|
options | T |
Returns
T