Frodo Library - v4.0.0-42
    Preparing search index...

    Type Alias McpToolExecutionResult

    Result envelope returned by all runtime executions.

    type McpToolExecutionResult = {
        data: unknown;
        descriptorId?: string;
        metadata?: McpToolExecutionMetadata;
        toolName: string;
    }
    Index

    Properties

    data: unknown

    Underlying method result payload.

    descriptorId?: string

    Descriptor id backing the execution, if applicable.

    Optional execution metadata for scope and pagination diagnostics.

    toolName: string

    Tool name that was executed.