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