list_sessions
list_sessions
List all active sessions with their metadata. Expired and dead sessions are
automatically cleaned up during this call. Returns a dictionary keyed by
session ID, where each value contains service_name, created_at,
last_accessed, timeout, metadata, and time_remaining.
Parameters
None.
Returns
dict[str, dict[str, Any]] — A dictionary mapping session IDs to session info dictionaries.