@modelcontextprotocol/sdk
    Preparing search index...

    Interface ListRootsResult

    The client's response to a roots/list request from the server. This result contains an array of Root objects, each representing a root directory or file that the server can operate on.

    interface ListRootsResult {
        _meta?: { [key: string]: unknown };
        roots: Root[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    _meta?: { [key: string]: unknown }

    See General fields: _meta for notes on _meta usage.

    roots: Root[]