Module: ActionMCP::Client::Roots

Included in:
Base
Defined in:
lib/action_mcp/client/roots.rb

Instance Method Summary collapse

Instance Method Details

#roots_list_changed_notificationObject

Notify the server that the roots list has changed



7
8
9
10
# File 'lib/action_mcp/client/roots.rb', line 7

def roots_list_changed_notification
  send_jsonrpc_notification("notifications/roots/list_changed")
  true
end