3 references to Disabled
Aspire.Dashboard (3)
Components\Dialogs\McpServerDialog.razor.cs (1)
77private bool McpEnabled => !DashboardOptions.Value.Mcp.Disabled.GetValueOrDefault() && !string.IsNullOrEmpty(_mcpUrl);
Components_Layout_MainLayout_razor.g.cs (1)
551if (!Options.CurrentValue.Mcp.Disabled.GetValueOrDefault())
DashboardWebApplication.cs (1)
452if (!_dashboardOptionsMonitor.CurrentValue.Mcp.Disabled.GetValueOrDefault())