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

    Interface NewSessionRequest

    Request parameters for creating a new session.

    See protocol docs: Creating a Session

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

    Properties

    Properties

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

    Extension point for implementations

    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.