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)
64
new McpConfigPropertyViewModel { Name = "url", Value =
_mcpUrl
}
79
[MemberNotNullWhen(true, nameof(
_mcpUrl
))]
80
private bool McpEnabled => !DashboardOptions.Value.Mcp.Disabled.GetValueOrDefault() && !string.IsNullOrEmpty(
_mcpUrl
);
84
Debug.Assert(
_mcpUrl
!= null);
120
Url =
_mcpUrl
,
134
Url =
_mcpUrl
,