A new MCP client session has been established.
Context (JSON) | Comment |
|---|
mcpSessionId | Unique identifier of the MCP session |
clientName | Name of the connecting AI client application (e.g. claude-ai, copilot) |
clientVersion | Version of the connecting client |
schema | HOPEX GraphQL schema used for the session |
allowMutations | true if write operations are enabled for this session; false for read-only |
authMode | Authentication mode: OAuth, ApiKey, or Anonymous |
oauthClientId | OAuth client identifier (present when authMode = OAuth) |
identityProvider | Identity provider used for authentication (present when authMode = OAuth) |
An MCP client session has been terminated.
Context (JSON) | Comment |
|---|
mcpSessionId | Unique identifier of the MCP session |