IntentSession represents a session for MCP tool operations within an intent context.
- idUnique (within a single organization), immutable name of the intent session.
- nameFancy, mutable name of the intent session to show in the UI.
- loginLogin associated with this session.
- statusCurrent status of the session.
- createdAtUnix timestamp representing the intent session creation.
- updatedAtUnix timestamp of the last intent session update.
- intentProjectIntentProject!Intent context this session belongs to.