8 instantiations of McpConfigPropertyViewModel
Aspire.Dashboard (8)
Components\Dialogs\McpServerDialog.razor.cs (8)
59
new
McpConfigPropertyViewModel
{ Name = "name", Value = "aspire" },
60
new
McpConfigPropertyViewModel
{ Name = "type", Value = "stdio" },
61
new
McpConfigPropertyViewModel
{ Name = "command", Value = "aspire" },
62
new
McpConfigPropertyViewModel
{ Name = "args", Value = @"[""mcp"", ""start""]" }
79
new
McpConfigPropertyViewModel
{ Name = "name", Value = "aspire-dashboard" },
80
new
McpConfigPropertyViewModel
{ Name = "type", Value = "http" },
81
new
McpConfigPropertyViewModel
{ Name = "url", Value = _mcpUrl! }
86
_mcpConfigProperties.Add(new
McpConfigPropertyViewModel
{ Name = $"{McpApiKeyAuthenticationHandler.McpApiKeyHeaderName} (header)", Value = DashboardOptions.Value.Mcp.PrimaryApiKey! });
1 reference to McpConfigPropertyViewModel
Aspire.Dashboard (1)
Components\Dialogs\McpServerDialog.razor.cs (1)
44
private List<
McpConfigPropertyViewModel
> _mcpConfigProperties = [];