keySubscriptionId constant

String const keySubscriptionId

NotificationMetaObject."io.modelcontextprotocol/subscriptionId" — the JSON-RPC id of the subscriptions/listen request that opened the stream a notification was delivered on. The server MUST stamp this on every notification sent via a subscription stream (also carried on SubscriptionsListenResult._meta). Absent on non-subscription notifications (e.g. in-flight progress).

Implementation

static const String keySubscriptionId =
    'io.modelcontextprotocol/subscriptionId';