1 write to _mcpUrl
Aspire.Dashboard (1)
Components\Dialogs\McpServerDialog.razor.cs (1)
53_mcpUrl = uri.ToString();
6 references to _mcpUrl
Aspire.Dashboard (6)
Components\Dialogs\McpServerDialog.razor.cs (6)
64new McpConfigPropertyViewModel { Name = "url", Value = _mcpUrl } 79[MemberNotNullWhen(true, nameof(_mcpUrl))] 80private bool McpEnabled => !DashboardOptions.Value.Mcp.Disabled.GetValueOrDefault() && !string.IsNullOrEmpty(_mcpUrl); 84Debug.Assert(_mcpUrl != null); 120Url = _mcpUrl, 134Url = _mcpUrl,