Session Management
SessionManager stores stub-backed TiXI and TiGL handles in memory and maps
them to UUID-based session identifiers.
Current guarantees
Session creation returns an opaque UUID string.
Missing sessions raise structured
InvalidSessionerrors.Closing a session marks the stored handles as closed and removes the session.
Session management for TiGL/TiXI handles.
- class tigl_mcp.session_manager.SessionData(tixi_handle, tigl_handle, config, cpacs_xml)[source]
Session payload stored by
SessionManager.