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)
42var resources = _dashboardClient.GetResources().ToList(); 83var resources = _dashboardClient.GetResources().ToList(); 104await 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);