.NET API
TraconValidationOptions
Namespace Tracon · Assembly
Tracon.Core.dllDefines options for the POST /api/agents/validate endpoint.
public sealed class TraconValidationOptionsInheritance
Section titled “Inheritance”object ← TraconValidationOptions
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”TraconValidationOptions()
Section titled “ TraconValidationOptions()”public TraconValidationOptions()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 Tracon.Mcp
is registered. A slow MCP server must not overrun the validation endpoint.
On timeout, the result is Inconclusive, not Valid.