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