Engram::McpServer::ParsedRequest
An incoming line, parsed just enough to dispatch: the id (nil for notifications), whether an id was present at all, the method name, and raw params.
Constructors
Instance methods
clone
Sourcecopy_with(id _id = @id, has_id _has_id = @has_id, method _method = @method, params _params = @params)
Sourcehas_id
id
method
params