Method: ActionMCP::Gateway#call

Defined in:
lib/action_mcp/gateway.rb

#callObject

called by your rack/websocket layer



28
29
30
31
32
33
# File 'lib/action_mcp/gateway.rb', line 28

def call
  identities = authenticate!
  assign_identities(identities)
  apply_profile_from_authentication(identities)
  self
end