enum
MCProtocol::CreateMessageRequestParamsIncludeContext
Overview
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.
Defined in:
mcprotocol/create_message_request.crEnum Members
-
AllServers =
0 -
None =
1 -
ThisServer =
2
Instance Method Summary
-
#all_servers?
Returns
trueif this enum value equalsAllServers -
#none?
Returns
trueif this enum value equalsNone -
#this_server?
Returns
trueif this enum value equalsThisServer