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

    Interface LoadSessionRequest

    Request parameters for loading an existing session.

    Only available if the Agent supports the loadSession capability.

    See protocol docs: Loading Sessions

    interface LoadSessionRequest {
        _meta?: { [k: string]: unknown };
        cwd: string;
        mcpServers: McpServer[];
        sessionId: string;
    }
    Index

    Properties

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

    Extension point for implementations

    cwd: string

    The working directory for this session.

    mcpServers: McpServer[]

    List of MCP servers to connect to for this session.

    sessionId: string

    The ID of the session to load.