McpServerEndpointAnnotation Properties
Class Properties 1 member
Represents an annotation that identifies an endpoint on a resource that hosts a Model Context Protocol (MCP) server.
EndpointUrlResolver Section titled EndpointUrlResolver Func<IResourceWithEndpoints, CancellationToken, Task<Uri?>> Gets the callback that resolves the MCP server endpoint URL from the resource.
public Func<IResourceWithEndpoints, CancellationToken, Task<Uri?>> EndpointUrlResolver { get; }