pub async fn new_session(mcp_version: McpProtocolVersion) -> SessionHandleExpand description
Create a brand new session.
Returns the session_id and a Receiver<String> you can use to drive an SSE stream.
pub async fn new_session(mcp_version: McpProtocolVersion) -> SessionHandleCreate a brand new session.
Returns the session_id and a Receiver<String> you can use to drive an SSE stream.