Skip to main content

ai.aient.integration.mcp.connected

Generated from @aient/events. Do not edit this page by hand.
An MCP client connection became usable.

Delivery Contract

FieldValue
VisibilityTenant-selectable public event
Topicv1.events.integrations
Bounded contextintegration
Sourcehttps://aient.ai/api/organisations/{organisationId}
Subjectintegrations/mcp/{connectionKind}
Schema IDsch_01KREWXD5AMEPBQ7TWS9TK5H8P
Immutable schemahttps://registry.aient.ai/schemas/sch_01KREWXD5AMEPBQ7TWS9TK5H8P.json
Version aliashttps://registry.aient.ai/events/ai.aient.integration.mcp.connected/v1.json

Payload Fields

FieldRequiredTypeEnum
clientNamenostring-
connectionKindyesstring-
organisationIdyesstring-
userIdnostring-

Privacy Notes

ID-first customer-facing payload. Do not include secrets, tokens, raw telemetry, prompts, logs, or customer content.

Lifecycle Notes

Emitted after the owning bounded-context state transition commits through its Restate handler.

Compatibility Notes

Backward-compatible schema changes may add optional fields; removing fields, changing field types, or removing enum values requires a new schema revision and migration plan.

Example CloudEvent

{
  "data": {
    "clientName": "Example name",
    "connectionKind": "example-connectionKind",
    "organisationId": "11111111-1111-4111-8111-111111111111",
    "userId": "user_example"
  },
  "datacontenttype": "application/json",
  "dataschema": "https://registry.aient.ai/schemas/sch_01KREWXD5AMEPBQ7TWS9TK5H8P.json",
  "id": "evt_01J8X7AKZP4N6QHF2T1Y3R5VAA",
  "organisationid": "11111111-1111-4111-8111-111111111111",
  "source": "https://aient.ai/api/organisations/11111111-1111-4111-8111-111111111111",
  "specversion": "1.0",
  "subject": "integrations/mcp/example-connectionKind",
  "time": "2026-04-25T12:00:00.000Z",
  "type": "ai.aient.integration.mcp.connected"
}