Enum ContextInclusion
- Namespace
- ModelContextProtocol.Protocol.Types
- Assembly
- ModelContextProtocol.dll
A request to include context from one or more MCP servers (including the caller), to be attached to the prompt. See the schema for details
[JsonConverter(typeof(CustomizableJsonStringEnumConverter<ContextInclusion>))]
public enum ContextInclusion
Fields
[JsonStringEnumMemberName("allServers")] AllServers = 2
Include context from all servers that the client is connected to.
[JsonStringEnumMemberName("none")] None = 0
No context should be included.
[JsonStringEnumMemberName("thisServer")] ThisServer = 1
Include context from the server that sent the request.