class RubyLLM::MCP::Notification

def initialize(response)

def initialize(response)
  @type = response["method"]
  @params = response["params"]
end