1 write to _mcpUrl
Aspire.Dashboard (1)
Components\Dialogs\McpServerDialog.razor.cs (1)
50_mcpUrl = uri.ToString();
6 references to _mcpUrl
Aspire.Dashboard (6)
Components\Dialogs\McpServerDialog.razor.cs (6)
61new McpConfigPropertyViewModel { Name = "url", Value = _mcpUrl } 76[MemberNotNullWhen(true, nameof(_mcpUrl))] 77private bool McpEnabled => !DashboardOptions.Value.Mcp.Disabled.GetValueOrDefault() && !string.IsNullOrEmpty(_mcpUrl); 81Debug.Assert(_mcpUrl != null); 100Url = _mcpUrl, 113Url = _mcpUrl,