AgentPrismValidationOptions
Namespace AgentPrism · Assembly
AgentPrism.Core.dllDefines options for the POST /api/agents/validate endpoint.
public sealed class AgentPrismValidationOptionsInheritance
Section titled “Inheritance”object ← AgentPrismValidationOptions
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”AgentPrismValidationOptions()
Section titled “ AgentPrismValidationOptions()”public AgentPrismValidationOptions()Properties
Section titled “Properties”McpTimeout
Section titled “ McpTimeout”Gets or sets the maximum duration for fetching a fresh tool list from an MCP server.
public TimeSpan McpTimeout { get; set; }Property Value
Section titled “Property Value”Remarks
Section titled “Remarks”This is triggered only for a missing tool name when AgentPrism.Mcp
is registered. A slow MCP server must not overrun the validation endpoint.
On timeout, the result is Inconclusive, not Valid.