Agent Client Protocol - v0.28.0
    Preparing search index...

    Type Alias ClientHandlerContext<Params>

    Context passed to client-side request and notification handlers.

    type ClientHandlerContext<Params> = {
        params: Params;
        agent: ClientContext;
    }

    Type Parameters

    • Params
    Index

    Properties

    Properties

    params: Params

    Parsed request or notification params.

    Typed agent context for calling agent-side ACP methods.