9 references to WithMcpServer
Aspire.Hosting.PostgreSQL (1)
PostgresBuilderExtensions.cs (1)
388.WithMcpServer("/sse", endpointName: PostgresMcpContainerResource.PrimaryEndpointName)
Aspire.Hosting.Tests (8)
WithMcpServerTests.cs (8)
17Assert.Throws<ArgumentNullException>(() => builder.WithMcpServer()); 27.WithMcpServer(endpointName: "http"); 50.WithMcpServer(); 75.WithMcpServer(); 100.WithMcpServer(endpointName: "http"); 125.WithMcpServer("/sse", endpointName: "http"); 150.WithMcpServer(path: null, endpointName: "http"); 173var result = container.WithMcpServer(endpointName: "http");