Function
load-session
Get an existing session from an MCP request context, if one exists.
load-session: func(ctx: borrow<message-context>) -> result<option<session>, session-error>;Get an existing session from an MCP request context, if one exists.
load-session: func(ctx: borrow<message-context>) -> result<option<session>, session-error>;