@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias McpServerToolCallResponse

    type McpServerToolCallResponse = {
        _meta?: JsonValue;
        content: JsonValue[];
        isError?: boolean;
        structuredContent?: JsonValue;
    }
    Index

    Properties

    _meta?: JsonValue
    content: JsonValue[]
    isError?: boolean
    structuredContent?: JsonValue