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)
61
new McpConfigPropertyViewModel { Name = "url", Value =
_mcpUrl
}
76
[MemberNotNullWhen(true, nameof(
_mcpUrl
))]
77
private bool McpEnabled => !DashboardOptions.Value.Mcp.Disabled.GetValueOrDefault() && !string.IsNullOrEmpty(
_mcpUrl
);
81
Debug.Assert(
_mcpUrl
!= null);
100
Url =
_mcpUrl
,
113
Url =
_mcpUrl
,