4 references to McpServerEndpointAnnotation
Aspire.Hosting (1)
ApplicationModel\McpServerEndpointAnnotation.cs (1)
40
return new
McpServerEndpointAnnotation
(async (resource, cancellationToken) =>
Aspire.Hosting.Tests (3)
ApplicationModel\McpServerEndpointAnnotationTests.cs (3)
13
Assert.Throws<ArgumentNullException>(() => new
McpServerEndpointAnnotation
(null!));
20
var annotation = new
McpServerEndpointAnnotation
((resource, ct) => Task.FromResult<Uri?>(expectedUri));
31
var annotation = new
McpServerEndpointAnnotation
((resource, ct) => Task.FromResult<Uri?>(null));