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

    Type Alias McpServerToolCallParams

    type McpServerToolCallParams = {
        _meta?: JsonValue;
        arguments?: JsonValue;
        server: string;
        threadId: string;
        tool: string;
    }
    Index

    Properties

    _meta?: JsonValue
    arguments?: JsonValue
    server: string
    threadId: string
    tool: string