Implemented interface member:
property
Value
Aspire.Dashboard.Components.Controls.IPropertyGridItem.Value
4 writes to Value
Aspire.Dashboard (4)
Components\Dialogs\McpServerDialog.razor.cs (4)
59
new McpConfigPropertyViewModel { Name = "name",
Value
= "aspire-dashboard" },
60
new McpConfigPropertyViewModel { Name = "type",
Value
= "http" },
61
new McpConfigPropertyViewModel { Name = "url",
Value
= _mcpUrl }
66
_mcpConfigProperties.Add(new McpConfigPropertyViewModel { Name = $"{McpApiKeyAuthenticationHandler.ApiKeyHeaderName} (header)",
Value
= DashboardOptions.Value.Mcp.PrimaryApiKey! });