Skip to content

Class: ResourcesCapability

Server resources capability.

URI: mcp:ResourcesCapability

 classDiagram
    class ResourcesCapability
    click ResourcesCapability href "../ResourcesCapability/"
      ResourcesCapability : listChanged

      ResourcesCapability : subscribe

Slots

Name Cardinality and Range Description Inheritance
listChanged 0..1
Boolean
Whether notifications for list changes are supported direct
subscribe 0..1
Boolean
Whether subscribing to resource updates is supported direct

Usages

used by used in type used
ServerCapabilities resources range ResourcesCapability

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self mcp:ResourcesCapability
native mcp:ResourcesCapability

LinkML Source

Direct

name: ResourcesCapability
description: Server resources capability.
from_schema: https://w3id.org/lmodel/mcp
slots:
- listChanged
- subscribe

Induced

name: ResourcesCapability
description: Server resources capability.
from_schema: https://w3id.org/lmodel/mcp
attributes:
  listChanged:
    name: listChanged
    description: Whether notifications for list changes are supported.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: listChanged
    owner: ResourcesCapability
    domain_of:
    - RootsCapability
    - PromptsCapability
    - ResourcesCapability
    - ToolsCapability
    range: boolean
  subscribe:
    name: subscribe
    description: Whether subscribing to resource updates is supported.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: subscribe
    owner: ResourcesCapability
    domain_of:
    - ResourcesCapability
    range: boolean