2 writes to McpApiToken
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
462McpApiToken = mcpInfo?.ApiToken,
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 McpApiToken
aspire (2)
BackchannelJsonSerializerContext.GetDashboardInfoResponse.g.cs (2)
78Getter = static obj => ((global::Aspire.Cli.Backchannel.GetDashboardInfoResponse)obj).McpApiToken, 190writer.WriteString(PropName_McpApiToken, ((global::Aspire.Cli.Backchannel.GetDashboardInfoResponse)value).McpApiToken);