1 write to _dashboardClient
Aspire.Dashboard (1)
Mcp\AspireResourceMcpTools.cs (1)
29
_dashboardClient
= dashboardClient;
5 references to _dashboardClient
Aspire.Dashboard (5)
Mcp\AspireResourceMcpTools.cs (5)
42
var resources =
_dashboardClient
.GetResources().ToList();
83
var resources =
_dashboardClient
.GetResources().ToList();
104
await foreach (var entry in
_dashboardClient
.GetConsoleLogs(resourceName, subscribeConsoleLogsCts.Token).ConfigureAwait(false))
147
var resources =
_dashboardClient
.GetResources().ToList();
180
var response = await
_dashboardClient
.ExecuteResourceCommandAsync(resource.Name, resource.ResourceType, command, CancellationToken.None).ConfigureAwait(false);