Agent Client Protocol - v0.2.0-alpha.8
    Preparing search index...

    Interface NewSessionRequest

    Request parameters for creating a new session.

    See protocol docs: Creating a Session

    interface NewSessionRequest {
        cwd: string;
        mcpServers: McpServer[];
    }
    Index

    Properties

    Properties

    cwd: string

    The working directory for this session. Must be an absolute path.

    mcpServers: McpServer[]

    List of MCP (Model Context Protocol) servers the agent should connect to.