2 writes to McpBaseUrl
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
461
McpBaseUrl
= mcpInfo?.EndpointUrl,
BackchannelJsonSerializerContext.GetDashboardInfoResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.GetDashboardInfoResponse(){
McpBaseUrl
= (string)args[0], McpApiToken = (string)args[1], ApiBaseUrl = (string)args[2], ApiToken = (string)args[3], DashboardUrls = (string[])args[4], IsHealthy = (bool)args[5] },
2 references to McpBaseUrl
aspire (2)
BackchannelJsonSerializerContext.GetDashboardInfoResponse.g.cs (2)
58
Getter = static obj => ((global::Aspire.Cli.Backchannel.GetDashboardInfoResponse)obj).
McpBaseUrl
,
189
writer.WriteString(PropName_McpBaseUrl, ((global::Aspire.Cli.Backchannel.GetDashboardInfoResponse)value).
McpBaseUrl
);