MCP TypeScript SDK (V2)
    Preparing search index...

    Final result message.

    Yielded once when the operation completes successfully. Terminal — no further messages will follow.

    interface ResultMessage<T extends Result> {
        result: T;
        type: "result";
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    result: T
    type: "result"