Creates a new conversation session with the agent.
Sessions represent independent conversation contexts with their own history and state.
The agent should:
May return an auth_required error if the agent requires authentication.
auth_required
See protocol docs: Session Setup
Optional
Extension point for implementations
The working directory for this session. Must be an absolute path.
List of MCP (Model Context Protocol) servers the agent should connect to.
Creates a new conversation session with the agent.
Sessions represent independent conversation contexts with their own history and state.
The agent should:
May return an
auth_requirederror if the agent requires authentication.See protocol docs: Session Setup