McpRefreshResponse
Namespace AgentPrism · Assembly
AgentPrism.AspNetCore.dllResult of an MCP tool refresh.
public sealed record McpRefreshResponse : IEquatable<McpRefreshResponse>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<McpRefreshResponse>
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”McpRefreshResponse()
Section titled “ McpRefreshResponse()”public McpRefreshResponse()Properties
Section titled “Properties”ToolCount
Section titled “ ToolCount”Total number of tools available after the refresh.
public required int ToolCount { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(McpRefreshResponse?)
Section titled “ Equals(McpRefreshResponse?)”public bool Equals(McpRefreshResponse? other)Parameters
Section titled “Parameters”other McpRefreshResponse?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(McpRefreshResponse?, McpRefreshResponse?)
Section titled “ operator ==(McpRefreshResponse?, McpRefreshResponse?)”public static bool operator ==(McpRefreshResponse? left, McpRefreshResponse? right)Parameters
Section titled “Parameters”left McpRefreshResponse?
right McpRefreshResponse?
Returns
Section titled “Returns”operator !=(McpRefreshResponse?, McpRefreshResponse?)
Section titled “ operator !=(McpRefreshResponse?, McpRefreshResponse?)”public static bool operator !=(McpRefreshResponse? left, McpRefreshResponse? right)Parameters
Section titled “Parameters”left McpRefreshResponse?
right McpRefreshResponse?