KestrunRequestInvokerOptions record

Configures safety boundaries for the MCP request invoker.

public record KestrunRequestInvokerOptions

Public Members

name description
KestrunRequestInvokerOptions() The default constructor.
AllowedPathPatterns { get; set; } Allowlisted route patterns for invocation.
EnableInvocation { get; set; } Whether route invocation is enabled.
RedactedHeaders { get; set; } Headers to redact in tool output.

See Also