File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,18 @@ module Methods
19
19
TOOLS_CALL = "tools/call"
20
20
TOOLS_LIST = "tools/list"
21
21
22
+ ROOTS_LIST = "roots/list"
22
23
SAMPLING_CREATE_MESSAGE = "sampling/createMessage"
23
24
24
25
# Notification methods
25
26
NOTIFICATIONS_TOOLS_LIST_CHANGED = "notifications/tools/list_changed"
26
27
NOTIFICATIONS_PROMPTS_LIST_CHANGED = "notifications/prompts/list_changed"
27
28
NOTIFICATIONS_RESOURCES_LIST_CHANGED = "notifications/resources/list_changed"
29
+ NOTIFICATIONS_RESOURCES_UPDATED = "notifications/resources/updated"
30
+ NOTIFICATIONS_ROOTS_LIST_CHANGED = "notifications/roots/list_changed"
31
+ NOTIFICATIONS_MESSAGE = "notifications/message"
32
+ NOTIFICATIONS_PROGRESS = "notifications/progress"
33
+ NOTIFICATIONS_CANCELLED = "notifications/cancelled"
28
34
29
35
class MissingRequiredCapabilityError < StandardError
30
36
attr_reader :method
You can’t perform that action at this time.
0 commit comments