Class: RubyMCP::Handlers::NotificationsInitialized

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_mcp/handlers/notifications_initialized.rb

Instance Method Summary collapse

Instance Method Details

#handle(server, request) ⇒ Object



2
3
4
5
# File 'lib/ruby_mcp/handlers/notifications_initialized.rb', line 2

def handle(server, request)
  server.lifecycle.operation_phase!
  RubyMCP.logger.info "Operation Phase started"
end