Agent Client Protocol - v0.1.0
    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 {
        cwd: string;
        mcpServers: McpServer[];
        sessionId: string;
    }
    Index

    Properties

    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.