Type Alias ResourcesCapabilities

Source
pub type ResourcesCapabilities = ResourcesCapability;

Aliased Type§

pub struct ResourcesCapabilities {
    pub subscribe: Option<bool>,
    pub list_changed: Option<bool>,
}

Fields§

§subscribe: Option<bool>

Whether the server supports resource subscriptions

§list_changed: Option<bool>

Whether the server supports resource list change notifications