MCP TypeScript SDK (V2)
    Preparing search index...
    interface SuccessResult<Output> {
        issues?: undefined;
        value: Output;
    }

    Type Parameters

    • Output
    Index

    Properties

    Properties

    issues?: undefined
    value: Output