diff --git a/playground/AspireEventHub/EventHubs.AppHost/Properties/launchSettings.json b/playground/AspireEventHub/EventHubs.AppHost/Properties/launchSettings.json index 358e34d3097..e8f122f082a 100644 --- a/playground/AspireEventHub/EventHubs.AppHost/Properties/launchSettings.json +++ b/playground/AspireEventHub/EventHubs.AppHost/Properties/launchSettings.json @@ -6,12 +6,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:15999;http://localhost:16000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17119", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18000", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17119", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -19,12 +20,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17120", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18001", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17120", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -34,11 +36,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17120" } } } diff --git a/playground/AspireWithJavaScript/AspireJavaScript.AppHost/Properties/launchSettings.json b/playground/AspireWithJavaScript/AspireJavaScript.AppHost/Properties/launchSettings.json index 62dc5b12209..bba3ee2e282 100644 --- a/playground/AspireWithJavaScript/AspireJavaScript.AppHost/Properties/launchSettings.json +++ b/playground/AspireWithJavaScript/AspireJavaScript.AppHost/Properties/launchSettings.json @@ -10,6 +10,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21265", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18002", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22001" } }, @@ -23,10 +24,11 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19265", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18003", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:20203" } }, - "manifest": { + "generate-manifest": { "commandName": "Project", "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", "dotnetRunMessages": true, diff --git a/playground/AspireWithMaui/AspireWithMaui.AppHost/Properties/launchSettings.json b/playground/AspireWithMaui/AspireWithMaui.AppHost/Properties/launchSettings.json index 840f9ef9069..35ade541303 100644 --- a/playground/AspireWithMaui/AspireWithMaui.AppHost/Properties/launchSettings.json +++ b/playground/AspireWithMaui/AspireWithMaui.AppHost/Properties/launchSettings.json @@ -10,6 +10,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21046", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18004", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22093" } }, @@ -22,6 +23,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19172", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18005", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20091" } } diff --git a/playground/AspireWithNode/AspireWithNode.AppHost/Properties/launchSettings.json b/playground/AspireWithNode/AspireWithNode.AppHost/Properties/launchSettings.json index 302473ca2cf..6b32e0048c6 100644 --- a/playground/AspireWithNode/AspireWithNode.AppHost/Properties/launchSettings.json +++ b/playground/AspireWithNode/AspireWithNode.AppHost/Properties/launchSettings.json @@ -10,6 +10,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21275", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18006", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22009" } }, @@ -22,10 +23,11 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19105", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18007", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20198" } }, - "manifest": { + "generate-manifest": { "commandName": "Project", "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", "dotnetRunMessages": true, diff --git a/playground/AzureAIFoundryEndToEnd/AzureAIFoundryEndToEnd.AppHost/Properties/launchSettings.json b/playground/AzureAIFoundryEndToEnd/AzureAIFoundryEndToEnd.AppHost/Properties/launchSettings.json index 23ebc67f21a..d289c5e379c 100644 --- a/playground/AzureAIFoundryEndToEnd/AzureAIFoundryEndToEnd.AppHost/Properties/launchSettings.json +++ b/playground/AzureAIFoundryEndToEnd/AzureAIFoundryEndToEnd.AppHost/Properties/launchSettings.json @@ -10,6 +10,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16195", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18008", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037" } }, @@ -22,6 +23,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16195", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18009", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } diff --git a/playground/AzureAppConfiguration/AzureAppConfiguration.AppHost/Properties/launchSettings.json b/playground/AzureAppConfiguration/AzureAppConfiguration.AppHost/Properties/launchSettings.json index 2b3cfd0779d..f57cc8c528b 100644 --- a/playground/AzureAppConfiguration/AzureAppConfiguration.AppHost/Properties/launchSettings.json +++ b/playground/AzureAppConfiguration/AzureAppConfiguration.AppHost/Properties/launchSettings.json @@ -10,6 +10,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21204", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18010", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22213" } }, @@ -22,8 +23,18 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19294", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18011", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20029" } + }, + "generate-manifest": { + "commandName": "Project", + "dotnetRunMessages": true, + "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development", + "DOTNET_ENVIRONMENT": "Development" + } } } } diff --git a/playground/AzureAppService/AzureAppService.AppHost/Properties/launchSettings.json b/playground/AzureAppService/AzureAppService.AppHost/Properties/launchSettings.json index 6f14f67dec0..09c83a9eca2 100644 --- a/playground/AzureAppService/AzureAppService.AppHost/Properties/launchSettings.json +++ b/playground/AzureAppService/AzureAppService.AppHost/Properties/launchSettings.json @@ -10,6 +10,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16167", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18012", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17317", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } @@ -23,6 +24,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16167", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18013", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17318", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" @@ -33,7 +35,7 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16060", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", diff --git a/playground/AzureContainerApps/AzureContainerApps.AppHost/Properties/launchSettings.json b/playground/AzureContainerApps/AzureContainerApps.AppHost/Properties/launchSettings.json index dceca876798..fa1d6777037 100644 --- a/playground/AzureContainerApps/AzureContainerApps.AppHost/Properties/launchSettings.json +++ b/playground/AzureContainerApps/AzureContainerApps.AppHost/Properties/launchSettings.json @@ -5,11 +5,12 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16069;http://localhost:16070", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16157", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17379", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18014", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17307", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } @@ -18,11 +19,12 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16070", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16157", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17380", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18015", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17308", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16070", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16157" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17380" } } } diff --git a/playground/AzureFunctionsEndToEnd/AzureFunctionsEndToEnd.AppHost/Properties/launchSettings.json b/playground/AzureFunctionsEndToEnd/AzureFunctionsEndToEnd.AppHost/Properties/launchSettings.json index f5f441697c0..1da5143655c 100644 --- a/playground/AzureFunctionsEndToEnd/AzureFunctionsEndToEnd.AppHost/Properties/launchSettings.json +++ b/playground/AzureFunctionsEndToEnd/AzureFunctionsEndToEnd.AppHost/Properties/launchSettings.json @@ -10,6 +10,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21003", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18016", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22110" } }, @@ -22,6 +23,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19010", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18017", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20125" } }, @@ -30,11 +32,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16080", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17340" } } } diff --git a/playground/AzureKusto/AzureKusto.AppHost/Properties/launchSettings.json b/playground/AzureKusto/AzureKusto.AppHost/Properties/launchSettings.json index 358e34d3097..ef88903aa9d 100644 --- a/playground/AzureKusto/AzureKusto.AppHost/Properties/launchSettings.json +++ b/playground/AzureKusto/AzureKusto.AppHost/Properties/launchSettings.json @@ -6,12 +6,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16089;http://localhost:16090", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17029", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18018", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17029", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -19,12 +20,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16090", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17030", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18019", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17030", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -34,11 +36,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16090", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17030" } } } diff --git a/playground/AzureOpenAIEndToEnd/AzureOpenAIEndToEnd.AppHost/Properties/launchSettings.json b/playground/AzureOpenAIEndToEnd/AzureOpenAIEndToEnd.AppHost/Properties/launchSettings.json index 23ebc67f21a..1c821fc1153 100644 --- a/playground/AzureOpenAIEndToEnd/AzureOpenAIEndToEnd.AppHost/Properties/launchSettings.json +++ b/playground/AzureOpenAIEndToEnd/AzureOpenAIEndToEnd.AppHost/Properties/launchSettings.json @@ -5,24 +5,26 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15215;http://localhost:15216", + "applicationUrl": "https://localhost:16099;http://localhost:17000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16195", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16999", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18020", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:16999" } }, "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15216", + "applicationUrl": "http://localhost:16100", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16195", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17000", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18021", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17000", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } }, diff --git a/playground/AzureSearchEndToEnd/AzureSearch.AppHost/Properties/launchSettings.json b/playground/AzureSearchEndToEnd/AzureSearch.AppHost/Properties/launchSettings.json index 3bd363a3a72..96c93da3085 100644 --- a/playground/AzureSearchEndToEnd/AzureSearch.AppHost/Properties/launchSettings.json +++ b/playground/AzureSearchEndToEnd/AzureSearch.AppHost/Properties/launchSettings.json @@ -10,7 +10,8 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16155", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037" + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18022", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17399" } }, "http": { @@ -22,7 +23,8 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16155", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18023", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17400", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } }, diff --git a/playground/AzureServiceBus/ServiceBus.AppHost/Properties/launchSettings.json b/playground/AzureServiceBus/ServiceBus.AppHost/Properties/launchSettings.json index 358e34d3097..7b3403dc745 100644 --- a/playground/AzureServiceBus/ServiceBus.AppHost/Properties/launchSettings.json +++ b/playground/AzureServiceBus/ServiceBus.AppHost/Properties/launchSettings.json @@ -6,12 +6,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16119;http://localhost:16120", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17409", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18024", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17409", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -19,12 +20,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16120", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17410", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18025", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17410", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -34,11 +36,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16120", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17410" } } } diff --git a/playground/AzureStorageEndToEnd/AzureStorageEndToEnd.AppHost/Properties/launchSettings.json b/playground/AzureStorageEndToEnd/AzureStorageEndToEnd.AppHost/Properties/launchSettings.json index d23da822415..457e26b8af3 100644 --- a/playground/AzureStorageEndToEnd/AzureStorageEndToEnd.AppHost/Properties/launchSettings.json +++ b/playground/AzureStorageEndToEnd/AzureStorageEndToEnd.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16129;http://localhost:16130", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17049", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18026", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17049", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16130", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17050", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18027", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17050", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16130", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17050" } } } diff --git a/playground/BrowserTelemetry/BrowserTelemetry.AppHost/Properties/launchSettings.json b/playground/BrowserTelemetry/BrowserTelemetry.AppHost/Properties/launchSettings.json index db3dc56f0bc..39d1a4c416d 100644 --- a/playground/BrowserTelemetry/BrowserTelemetry.AppHost/Properties/launchSettings.json +++ b/playground/BrowserTelemetry/BrowserTelemetry.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16139;http://localhost:16140", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_HTTP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_HTTP_ENDPOINT_URL": "https://localhost:17069", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18104", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17069", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_DASHBOARD_CORS_ALLOWED_ORIGINS": "*" } @@ -19,12 +20,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16140", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_HTTP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_HTTP_ENDPOINT_URL": "http://localhost:17070", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18105", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17070", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true", "ASPIRE_DASHBOARD_CORS_ALLOWED_ORIGINS": "*" @@ -35,11 +37,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16140", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17070" } } } diff --git a/playground/CosmosEndToEnd/CosmosEndToEnd.AppHost/Properties/launchSettings.json b/playground/CosmosEndToEnd/CosmosEndToEnd.AppHost/Properties/launchSettings.json index d23da822415..8c04ff32939 100644 --- a/playground/CosmosEndToEnd/CosmosEndToEnd.AppHost/Properties/launchSettings.json +++ b/playground/CosmosEndToEnd/CosmosEndToEnd.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16149;http://localhost:16150", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17089", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18030", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17089", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16150", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17090", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18031", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17090", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16150", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17090" } } } diff --git a/playground/CustomResources/CustomResources.AppHost/Properties/launchSettings.json b/playground/CustomResources/CustomResources.AppHost/Properties/launchSettings.json index d23da822415..140521500a6 100644 --- a/playground/CustomResources/CustomResources.AppHost/Properties/launchSettings.json +++ b/playground/CustomResources/CustomResources.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16159;http://localhost:17100", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17099", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18032", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17099", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16160", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17100", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18033", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17100", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16160", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17100" } } } diff --git a/playground/DatabaseMigration/DatabaseMigration.AppHost/Properties/launchSettings.json b/playground/DatabaseMigration/DatabaseMigration.AppHost/Properties/launchSettings.json index d23da822415..9a11d2392cf 100644 --- a/playground/DatabaseMigration/DatabaseMigration.AppHost/Properties/launchSettings.json +++ b/playground/DatabaseMigration/DatabaseMigration.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16169;http://localhost:16170", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17109", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18034", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17109", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16170", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17110", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18035", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17110", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16170", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17110" } } } diff --git a/playground/DevTunnels/DevTunnels.AppHost/Properties/launchSettings.json b/playground/DevTunnels/DevTunnels.AppHost/Properties/launchSettings.json index 3d3bca1631f..65c72f9a0c8 100644 --- a/playground/DevTunnels/DevTunnels.AppHost/Properties/launchSettings.json +++ b/playground/DevTunnels/DevTunnels.AppHost/Properties/launchSettings.json @@ -10,6 +10,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21141", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18036", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22267" } }, @@ -22,6 +23,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19147", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18037", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20284" } }, diff --git a/playground/ExternalServices/ExternalServices.AppHost/Properties/launchSettings.json b/playground/ExternalServices/ExternalServices.AppHost/Properties/launchSettings.json index 95c52d9e56b..1a9f309d4b1 100644 --- a/playground/ExternalServices/ExternalServices.AppHost/Properties/launchSettings.json +++ b/playground/ExternalServices/ExternalServices.AppHost/Properties/launchSettings.json @@ -10,6 +10,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21140", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18038", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22266" } }, @@ -22,6 +23,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19146", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18039", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20283" } }, diff --git a/playground/GitHubModelsEndToEnd/GitHubModelsEndToEnd.AppHost/Properties/launchSettings.json b/playground/GitHubModelsEndToEnd/GitHubModelsEndToEnd.AppHost/Properties/launchSettings.json index 23ebc67f21a..37d10225ca4 100644 --- a/playground/GitHubModelsEndToEnd/GitHubModelsEndToEnd.AppHost/Properties/launchSettings.json +++ b/playground/GitHubModelsEndToEnd/GitHubModelsEndToEnd.AppHost/Properties/launchSettings.json @@ -5,24 +5,26 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15215;http://localhost:15216", + "applicationUrl": "https://localhost:16199;http://localhost:17010", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16195", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17009", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18040", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17009" } }, "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15216", + "applicationUrl": "http://localhost:16200", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16195", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17010", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18041", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17010", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } }, diff --git a/playground/HealthChecks/HealthChecksSandbox.AppHost/Properties/launchSettings.json b/playground/HealthChecks/HealthChecksSandbox.AppHost/Properties/launchSettings.json index af276d3d245..232fb37365d 100644 --- a/playground/HealthChecks/HealthChecksSandbox.AppHost/Properties/launchSettings.json +++ b/playground/HealthChecks/HealthChecksSandbox.AppHost/Properties/launchSettings.json @@ -5,11 +5,12 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:17270;http://localhost:15260", + "applicationUrl": "https://localhost:17419;http://localhost:15260", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21133", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18042", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22217" } }, @@ -22,6 +23,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19016", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18043", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20047" } }, @@ -30,11 +32,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16210", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17420" } } } diff --git a/playground/OpenAIEndToEnd/OpenAIEndToEnd.AppHost/Properties/launchSettings.json b/playground/OpenAIEndToEnd/OpenAIEndToEnd.AppHost/Properties/launchSettings.json index 23ebc67f21a..66ee04dddaa 100644 --- a/playground/OpenAIEndToEnd/OpenAIEndToEnd.AppHost/Properties/launchSettings.json +++ b/playground/OpenAIEndToEnd/OpenAIEndToEnd.AppHost/Properties/launchSettings.json @@ -5,24 +5,26 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15215;http://localhost:15216", + "applicationUrl": "https://localhost:16219;http://localhost:17020", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16195", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17019", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18044", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17019" } }, "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15216", + "applicationUrl": "http://localhost:16220", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16195", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17020", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18045", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17020", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } }, diff --git a/playground/OracleEndToEnd/OracleEndToEnd.AppHost/Properties/launchSettings.json b/playground/OracleEndToEnd/OracleEndToEnd.AppHost/Properties/launchSettings.json index d23da822415..99625ad89ec 100644 --- a/playground/OracleEndToEnd/OracleEndToEnd.AppHost/Properties/launchSettings.json +++ b/playground/OracleEndToEnd/OracleEndToEnd.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16229;http://localhost:16230", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17159", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18046", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17159", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16230", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17160", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18047", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17160", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16230", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17160" } } } diff --git a/playground/ParameterEndToEnd/ParameterEndToEnd.AppHost/Properties/launchSettings.json b/playground/ParameterEndToEnd/ParameterEndToEnd.AppHost/Properties/launchSettings.json index 4afb9140c71..b08b8e743e3 100644 --- a/playground/ParameterEndToEnd/ParameterEndToEnd.AppHost/Properties/launchSettings.json +++ b/playground/ParameterEndToEnd/ParameterEndToEnd.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16239;http://localhost:16240", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17179", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18048", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17179", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16239;http://localhost:16240", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17179", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18048", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17179", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "SimulateProduction": "true" } @@ -32,12 +34,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16240", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17180", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18049", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17180", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -46,12 +49,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16240", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17180", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18049", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17180", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "SimulateProduction": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" @@ -62,11 +66,12 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16240", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17180", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18049", "SimulateProduction": "true" } } diff --git a/playground/PostgresEndToEnd/PostgresEndToEnd.AppHost/Properties/launchSettings.json b/playground/PostgresEndToEnd/PostgresEndToEnd.AppHost/Properties/launchSettings.json index d23da822415..cc750c08b08 100644 --- a/playground/PostgresEndToEnd/PostgresEndToEnd.AppHost/Properties/launchSettings.json +++ b/playground/PostgresEndToEnd/PostgresEndToEnd.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16249;http://localhost:16250", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17189", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18050", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17189", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16250", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17190", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18051", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17190", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16250", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17190" } } } diff --git a/playground/ProxylessEndToEnd/ProxylessEndToEnd.AppHost/Properties/launchSettings.json b/playground/ProxylessEndToEnd/ProxylessEndToEnd.AppHost/Properties/launchSettings.json index d23da822415..402a3675e19 100644 --- a/playground/ProxylessEndToEnd/ProxylessEndToEnd.AppHost/Properties/launchSettings.json +++ b/playground/ProxylessEndToEnd/ProxylessEndToEnd.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16259;http://localhost:16260", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17199", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18052", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17199", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16260", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17200", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18053", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17200", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16260", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17200" } } } diff --git a/playground/Qdrant/Qdrant.AppHost/Properties/launchSettings.json b/playground/Qdrant/Qdrant.AppHost/Properties/launchSettings.json index 49859acedc9..88e6b16369a 100644 --- a/playground/Qdrant/Qdrant.AppHost/Properties/launchSettings.json +++ b/playground/Qdrant/Qdrant.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15206;http://localhost:15207", + "applicationUrl": "https://localhost:15206;http://localhost:17320", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16022", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17319", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18054", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17319", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15207", + "applicationUrl": "http://localhost:16270", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16022", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17039", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17320", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18055", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17320", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15207", + "applicationUrl": "http://localhost:16270", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16022" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17320" } } } diff --git a/playground/Redis/Redis.AppHost/Properties/launchSettings.json b/playground/Redis/Redis.AppHost/Properties/launchSettings.json index 32b405dc8e6..e66ea853e0b 100644 --- a/playground/Redis/Redis.AppHost/Properties/launchSettings.json +++ b/playground/Redis/Redis.AppHost/Properties/launchSettings.json @@ -9,8 +9,9 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16022", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17329", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18056", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17329", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -22,8 +23,9 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16022", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17039", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17330", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18057", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17330", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -37,7 +39,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16022" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17330" } } } diff --git a/playground/SqlServerEndToEnd/SqlServerEndToEnd.AppHost/Properties/launchSettings.json b/playground/SqlServerEndToEnd/SqlServerEndToEnd.AppHost/Properties/launchSettings.json index fd3345818d1..45111c9104f 100644 --- a/playground/SqlServerEndToEnd/SqlServerEndToEnd.AppHost/Properties/launchSettings.json +++ b/playground/SqlServerEndToEnd/SqlServerEndToEnd.AppHost/Properties/launchSettings.json @@ -7,12 +7,13 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17249", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18058", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17249", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" }, "dotnetRunMessages": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888" + "applicationUrl": "https://localhost:16289;http://localhost:16290" }, "http": { "commandName": "Project", @@ -20,13 +21,14 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17250", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18059", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17250", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" }, "dotnetRunMessages": true, - "applicationUrl": "http://localhost:15888" + "applicationUrl": "http://localhost:16290" }, "generate-manifest": { "commandName": "Project", @@ -35,10 +37,10 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17250" }, "dotnetRunMessages": true, - "applicationUrl": "http://localhost:15888" + "applicationUrl": "http://localhost:16290" } }, "$schema": "http://json.schemastore.org/launchsettings.json" diff --git a/playground/SqlServerScript/AppHost1/Properties/launchSettings.json b/playground/SqlServerScript/AppHost1/Properties/launchSettings.json index 8477b4bcbc7..327a2f68698 100644 --- a/playground/SqlServerScript/AppHost1/Properties/launchSettings.json +++ b/playground/SqlServerScript/AppHost1/Properties/launchSettings.json @@ -10,6 +10,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21045", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18102", "DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22270" } }, @@ -22,6 +23,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19139", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18103", "DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20080" } }, @@ -35,7 +37,7 @@ "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" }, "dotnetRunMessages": true, - "applicationUrl": "http://localhost:15888" + "applicationUrl": "http://localhost:16300" } } } diff --git a/playground/Stress/Stress.AppHost/Properties/launchSettings.json b/playground/Stress/Stress.AppHost/Properties/launchSettings.json index c2f906a4a30..711a6dea88d 100644 --- a/playground/Stress/Stress.AppHost/Properties/launchSettings.json +++ b/playground/Stress/Stress.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16309;http://localhost:16310", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17259", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18062", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17259", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16310", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17260", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18063", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17260", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16310", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17260" } } } diff --git a/playground/TestShop/TestShop.AppHost/Properties/launchSettings.json b/playground/TestShop/TestShop.AppHost/Properties/launchSettings.json index b6c14d0a131..fa04400039d 100644 --- a/playground/TestShop/TestShop.AppHost/Properties/launchSettings.json +++ b/playground/TestShop/TestShop.AppHost/Properties/launchSettings.json @@ -4,28 +4,28 @@ "commandName": "Project", "launchBrowser": true, "dotnetRunMessages": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16319;http://localhost:16320", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16037", - //"ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:16036", - //"ASPIRE_DASHBOARD_OTLP_HTTP_ENDPOINT_URL": "https://localhost:16038", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17269", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18098", + //"ASPIRE_DASHBOARD_OTLP_HTTP_ENDPOINT_URL": "https://localhost:17269", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17269" } }, "http": { "commandName": "Project", "launchBrowser": true, "dotnetRunMessages": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16320", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16031", - //"ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:16033", - //"ASPIRE_DASHBOARD_OTLP_HTTP_ENDPOINT_URL": "http://localhost:16032", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17031", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17270", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18099", + //"ASPIRE_DASHBOARD_OTLP_HTTP_ENDPOINT_URL": "http://localhost:17270", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17270", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } }, diff --git a/playground/bicep/BicepSample.AppHost/Properties/launchSettings.json b/playground/bicep/BicepSample.AppHost/Properties/launchSettings.json index d23da822415..702fe05a7b9 100644 --- a/playground/bicep/BicepSample.AppHost/Properties/launchSettings.json +++ b/playground/bicep/BicepSample.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16329;http://localhost:16330", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17059", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18064", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17059", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16330", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17060", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18065", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17060", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16330", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17060" } } } diff --git a/playground/cdk/CdkSample.AppHost/Properties/launchSettings.json b/playground/cdk/CdkSample.AppHost/Properties/launchSettings.json index d23da822415..064b18e39b6 100644 --- a/playground/cdk/CdkSample.AppHost/Properties/launchSettings.json +++ b/playground/cdk/CdkSample.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16339;http://localhost:16340", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17079", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18066", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17079", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16340", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17080", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18067", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17080", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16340", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17080" } } } diff --git a/playground/deployers/Deployers.AppHost/Properties/launchSettings.json b/playground/deployers/Deployers.AppHost/Properties/launchSettings.json index 79731a8c75e..de8cf8f8d78 100644 --- a/playground/deployers/Deployers.AppHost/Properties/launchSettings.json +++ b/playground/deployers/Deployers.AppHost/Properties/launchSettings.json @@ -10,6 +10,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21267", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18068", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22116" } }, @@ -22,12 +23,22 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19093", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18069", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20094" } }, "deploy": { "commandName": "Project", - "commandLineArgs": "--publisher default --deploy true --output-path deploy", + "commandLineArgs": "--publisher default --deploy true --output-path deploy" + }, + "generate-manifest": { + "commandName": "Project", + "dotnetRunMessages": true, + "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development", + "DOTNET_ENVIRONMENT": "Development" + } } } } diff --git a/playground/kafka/KafkaBasic.AppHost/Properties/launchSettings.json b/playground/kafka/KafkaBasic.AppHost/Properties/launchSettings.json index 6d6efda98f6..64d9a58dee7 100644 --- a/playground/kafka/KafkaBasic.AppHost/Properties/launchSettings.json +++ b/playground/kafka/KafkaBasic.AppHost/Properties/launchSettings.json @@ -9,8 +9,9 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17310", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18071", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17310", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -20,11 +21,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16360", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17310" } } } diff --git a/playground/keycloak/Keycloak.AppHost/Properties/launchSettings.json b/playground/keycloak/Keycloak.AppHost/Properties/launchSettings.json index 74891920a2d..7e71ff01697 100644 --- a/playground/keycloak/Keycloak.AppHost/Properties/launchSettings.json +++ b/playground/keycloak/Keycloak.AppHost/Properties/launchSettings.json @@ -10,6 +10,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21125", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18072", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22112" } }, @@ -22,6 +23,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19191", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18073", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20230" } }, @@ -30,11 +32,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16370", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17360" } } } diff --git a/playground/milvus/MilvusPlayground.AppHost/Properties/launchSettings.json b/playground/milvus/MilvusPlayground.AppHost/Properties/launchSettings.json index ea0d4f631d2..e89e2af86d5 100644 --- a/playground/milvus/MilvusPlayground.AppHost/Properties/launchSettings.json +++ b/playground/milvus/MilvusPlayground.AppHost/Properties/launchSettings.json @@ -10,6 +10,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21286", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18074", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22004" } }, @@ -22,6 +23,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19152", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18075", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20158" } }, diff --git a/playground/mongo/Mongo.AppHost/Properties/launchSettings.json b/playground/mongo/Mongo.AppHost/Properties/launchSettings.json index d23da822415..52dff7df109 100644 --- a/playground/mongo/Mongo.AppHost/Properties/launchSettings.json +++ b/playground/mongo/Mongo.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16389;http://localhost:16390", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17129", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18076", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17129", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16390", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17130", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18077", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17130", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16390", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17130" } } } diff --git a/playground/mysql/MySqlDb.AppHost/Properties/launchSettings.json b/playground/mysql/MySqlDb.AppHost/Properties/launchSettings.json index d98fafd6e12..1cecd629409 100644 --- a/playground/mysql/MySqlDb.AppHost/Properties/launchSettings.json +++ b/playground/mysql/MySqlDb.AppHost/Properties/launchSettings.json @@ -9,8 +9,9 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16160", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17139", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18078", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17139" } }, "http": { @@ -21,8 +22,9 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16160", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17140", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18079", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17140", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } }, @@ -35,7 +37,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16160" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17140" } } } diff --git a/playground/nats/Nats.AppHost/Properties/launchSettings.json b/playground/nats/Nats.AppHost/Properties/launchSettings.json index 850545d1c52..911ddc61b95 100644 --- a/playground/nats/Nats.AppHost/Properties/launchSettings.json +++ b/playground/nats/Nats.AppHost/Properties/launchSettings.json @@ -8,8 +8,9 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16160", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17149", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18080", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17149" } }, "http": { @@ -20,8 +21,9 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16160", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17150", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18081", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17150", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } }, @@ -34,7 +36,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16160" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17150" } } }, diff --git a/playground/orleans/Orleans.AppHost/Properties/launchSettings.json b/playground/orleans/Orleans.AppHost/Properties/launchSettings.json index e1b5e7664de..96efbe7430f 100644 --- a/playground/orleans/Orleans.AppHost/Properties/launchSettings.json +++ b/playground/orleans/Orleans.AppHost/Properties/launchSettings.json @@ -4,12 +4,13 @@ "commandName": "Project", "launchBrowser": true, "dotnetRunMessages": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16419;http://localhost:16420", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16031", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17169", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18082", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17169", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -17,12 +18,13 @@ "commandName": "Project", "launchBrowser": true, "dotnetRunMessages": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16420", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16031", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17170", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18083", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17170", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -32,11 +34,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16420", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16031" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17170" } } }, diff --git a/playground/pipelines/Pipelines.AppHost/Properties/launchSettings.json b/playground/pipelines/Pipelines.AppHost/Properties/launchSettings.json index a29d8902e83..e8d9bfa0491 100644 --- a/playground/pipelines/Pipelines.AppHost/Properties/launchSettings.json +++ b/playground/pipelines/Pipelines.AppHost/Properties/launchSettings.json @@ -5,11 +5,12 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:17266;http://localhost:15173", + "applicationUrl": "https://localhost:17266;http://localhost:17390", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21055", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18084", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22065" } }, @@ -17,17 +18,27 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15173", + "applicationUrl": "http://localhost:17390", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19201", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18085", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20169" } }, "deploy": { "commandName": "Project", - "commandLineArgs": "--publisher default --deploy true --output-path ./deploy-output", + "commandLineArgs": "--publisher default --deploy true --output-path ./deploy-output" + }, + "generate-manifest": { + "commandName": "Project", + "dotnetRunMessages": true, + "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development", + "DOTNET_ENVIRONMENT": "Development" + } } } } diff --git a/playground/publishers/Publishers.AppHost/Properties/launchSettings.json b/playground/publishers/Publishers.AppHost/Properties/launchSettings.json index ad62216d6b2..63386dfa509 100644 --- a/playground/publishers/Publishers.AppHost/Properties/launchSettings.json +++ b/playground/publishers/Publishers.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16439;http://localhost:16440", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17209", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18086", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17209", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16440", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17210", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18087", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17210", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path publish/manifest", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16440", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17210" } }, "publish-aca": { @@ -45,11 +47,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher azure-container-apps", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16440", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17210" } }, "publish-k8s": { @@ -57,11 +59,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher k8s --output-path publish/k8s", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16440", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17210" } }, "publish-docker-compose": { @@ -69,11 +71,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher docker-compose --output-path publish/docker-compose", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16440", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17210" } }, "inspect-mode": { @@ -81,11 +83,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--operation inspect", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16440", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17210" } } } diff --git a/playground/python/Python.AppHost/Properties/launchSettings.json b/playground/python/Python.AppHost/Properties/launchSettings.json index a2fc76a1d38..622d963d973 100644 --- a/playground/python/Python.AppHost/Properties/launchSettings.json +++ b/playground/python/Python.AppHost/Properties/launchSettings.json @@ -10,6 +10,7 @@ "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16022", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18089", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17039", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" diff --git a/playground/seq/Seq.AppHost/Properties/launchSettings.json b/playground/seq/Seq.AppHost/Properties/launchSettings.json index d23da822415..e78743bc1d0 100644 --- a/playground/seq/Seq.AppHost/Properties/launchSettings.json +++ b/playground/seq/Seq.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16459;http://localhost:16460", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17219", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18090", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17219", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16460", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17220", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18091", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17220", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16460", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17220" } } } diff --git a/playground/signalr/SignalR.AppHost/Properties/launchSettings.json b/playground/signalr/SignalR.AppHost/Properties/launchSettings.json index 9bf37f61e00..96a655031d3 100644 --- a/playground/signalr/SignalR.AppHost/Properties/launchSettings.json +++ b/playground/signalr/SignalR.AppHost/Properties/launchSettings.json @@ -5,24 +5,26 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15015;http://localhost:15016", + "applicationUrl": "https://localhost:15015;http://localhost:17240", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16099", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17239", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18092", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17239" } }, "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15016", + "applicationUrl": "http://localhost:16470", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16099", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17240", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18093", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17240", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } }, @@ -31,11 +33,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15016", + "applicationUrl": "http://localhost:16470", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16099" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17240" } } } diff --git a/playground/waitfor/WaitForSandbox.AppHost/Properties/launchSettings.json b/playground/waitfor/WaitForSandbox.AppHost/Properties/launchSettings.json index d23da822415..5c8544afc9d 100644 --- a/playground/waitfor/WaitForSandbox.AppHost/Properties/launchSettings.json +++ b/playground/waitfor/WaitForSandbox.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16479;http://localhost:16480", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17429", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18094", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17429", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true" } }, @@ -18,12 +19,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16480", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17430", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18095", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17430", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -33,11 +35,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16480", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17430" } } } diff --git a/playground/webpubsub/WebPubSub.AppHost/Properties/launchSettings.json b/playground/webpubsub/WebPubSub.AppHost/Properties/launchSettings.json index 3fca952ad6b..8432c993889 100644 --- a/playground/webpubsub/WebPubSub.AppHost/Properties/launchSettings.json +++ b/playground/webpubsub/WebPubSub.AppHost/Properties/launchSettings.json @@ -5,11 +5,12 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15016", + "applicationUrl": "http://localhost:16490", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16099", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17370", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18097", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } }, @@ -17,12 +18,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15016", + "applicationUrl": "http://localhost:16490", "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16099", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17370", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18097", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } } diff --git a/playground/withdockerfile/WithDockerfile.AppHost/Properties/launchSettings.json b/playground/withdockerfile/WithDockerfile.AppHost/Properties/launchSettings.json index 77c82b01aeb..c546af50049 100644 --- a/playground/withdockerfile/WithDockerfile.AppHost/Properties/launchSettings.json +++ b/playground/withdockerfile/WithDockerfile.AppHost/Properties/launchSettings.json @@ -5,12 +5,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16499;http://localhost:16500", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17289", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18098", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17289", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "DCP_DIAGNOSTICS_LOG_LEVEL": "debug" } @@ -19,12 +20,13 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16500", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17038", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17290", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18099", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17290", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" } @@ -34,11 +36,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16500", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17290" } }, "publisher-default": { @@ -46,11 +48,11 @@ "launchBrowser": true, "dotnetRunMessages": true, "commandLineArgs": "--operation publish --publisher default --output-path .", - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16500", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16175" + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17290" } } } diff --git a/playground/yarp/Yarp.AppHost/Properties/launchSettings.json b/playground/yarp/Yarp.AppHost/Properties/launchSettings.json index 3f8101875fb..7a511945b21 100644 --- a/playground/yarp/Yarp.AppHost/Properties/launchSettings.json +++ b/playground/yarp/Yarp.AppHost/Properties/launchSettings.json @@ -4,13 +4,14 @@ "commandName": "Project", "launchBrowser": true, "dotnetRunMessages": true, - "applicationUrl": "https://localhost:15887;http://localhost:15888", + "applicationUrl": "https://localhost:16509;http://localhost:16510", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16037", - //"ASPIRE_DASHBOARD_OTLP_HTTP_ENDPOINT_URL": "https://localhost:16038", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:17299", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:18100", + //"ASPIRE_DASHBOARD_OTLP_HTTP_ENDPOINT_URL": "https://localhost:17299", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17299", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ENABLE_CONTAINER_TUNNEL": "true" } @@ -19,13 +20,14 @@ "commandName": "Project", "launchBrowser": true, "dotnetRunMessages": true, - "applicationUrl": "http://localhost:15888", + "applicationUrl": "http://localhost:16510", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", - "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16031", - //"ASPIRE_DASHBOARD_OTLP_HTTP_ENDPOINT_URL": "http://localhost:16032", - "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17031", + "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:17300", + "ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18101", + //"ASPIRE_DASHBOARD_OTLP_HTTP_ENDPOINT_URL": "http://localhost:17300", + "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17300", "ASPIRE_SHOW_DASHBOARD_RESOURCES": "true", "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true", "ASPIRE_ENABLE_CONTAINER_TUNNEL": "true"