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