4 references to PrimaryEndpointName
Aspire.Hosting.PostgreSQL (3)
PostgresBuilderExtensions.cs (2)
379
.WithHttpEndpoint(targetPort: 8000, name: PostgresMcpContainerResource.
PrimaryEndpointName
)
386
.WithAnnotation(McpServerEndpointAnnotation.FromEndpoint(PostgresMcpContainerResource.
PrimaryEndpointName
, "/sse"))
PostgresMcpContainerResource.cs (1)
21
public EndpointReference PrimaryEndpoint => _primaryEndpoint ??= new(this,
PrimaryEndpointName
);
Aspire.Hosting.PostgreSQL.Tests (1)
PostgresMcpBuilderTests.cs (1)
33
Assert.Equal(PostgresMcpContainerResource.
PrimaryEndpointName
, endpoint.Name);