2 writes to McpBaseUrl
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
461McpBaseUrl = mcpInfo?.EndpointUrl,
BackchannelJsonSerializerContext.GetDashboardInfoResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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)
58Getter = static obj => ((global::Aspire.Cli.Backchannel.GetDashboardInfoResponse)obj).McpBaseUrl, 189writer.WriteString(PropName_McpBaseUrl, ((global::Aspire.Cli.Backchannel.GetDashboardInfoResponse)value).McpBaseUrl);