1 instantiation of McpOptions
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
16
public McpOptions Mcp { get; set; } =
new
();
2 references to McpOptions
Aspire.Dashboard (2)
Configuration\DashboardOptions.cs (1)
16
public
McpOptions
Mcp { get; set; } = new();
Mcp\McpApiKeyAuthenticationHandler.cs (1)
28
var
options = _dashboardOptions.CurrentValue.Mcp;