1 write to _dashboardClient
Aspire.Dashboard (1)
Mcp\AspireMcpTools.cs (1)
27
_dashboardClient
= dashboardClient;
4 references to _dashboardClient
Aspire.Dashboard (4)
Mcp\AspireMcpTools.cs (4)
37
var resources =
_dashboardClient
.GetResources();
167
var resources =
_dashboardClient
.GetResources();
187
await foreach (var entry in
_dashboardClient
.GetConsoleLogs(resourceName, subscribeConsoleLogsCts.Token).ConfigureAwait(false))
296
var resources =
_dashboardClient
.GetResources();