Class: ActionMCP::Session::Subscription
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- ActionMCP::Session::Subscription
- 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.