Class: ActionMCP::Session::Subscription

Inherits:
ApplicationRecord show all
Defined in:
app/models/action_mcp/session/subscription.rb

Overview

Represents a client’s subscription to a resource for real-time updates. Its role is to store the URI of the resource being subscribed to and track the last time a notification was sent for the subscription. All Subscriptions are deleted when the session is closed.