enum

MCProtocol::CreateMessageRequestParamsIncludeContext

Inherits Enum < Comparable < Value < Object

A request to include context from one or more MCP servers (including the caller), to be attached to the prompt. The client MAY ignore this request.

Constants

AllServers = 0
None = 1
ThisServer = 2

Instance methods

all_servers?

Returns true if this enum value equals AllServers

Source
none?

Returns true if this enum value equals None

Source
this_server?

Returns true if this enum value equals ThisServer

Source