9 references to WithMcpServer
Aspire.Hosting.PostgreSQL (1)
PostgresBuilderExtensions.cs (1)
393.WithMcpServer("/sse", endpointName: PostgresMcpContainerResource.PrimaryEndpointName)
Aspire.Hosting.Tests (8)
WithMcpServerTests.cs (8)
18Assert.Throws<ArgumentNullException>(() => builder.WithMcpServer()); 28.WithMcpServer(endpointName: "http"); 51.WithMcpServer(); 76.WithMcpServer(); 101.WithMcpServer(endpointName: "http"); 126.WithMcpServer("/sse", endpointName: "http"); 151.WithMcpServer(path: null, endpointName: "http"); 174var result = container.WithMcpServer(endpointName: "http");