6 instantiations of new
Aspire.Dashboard (2)
Components\Dialogs\McpServerDialog.razor.cs (2)
151
[name] =
new
()
183
[name] =
new
()
Aspire.Dashboard.Tests (4)
Integration\McpConfigurationTests.cs (2)
33
["aspire-dashboard"] =
new
()
145
["aspire-dashboard"] =
new
()
Mcp\McpConfigModelTests.cs (2)
32
["aspire-dashboard"] =
new
()
65
["aspire-dashboard"] =
new
()
2 references to new
Aspire.Dashboard (2)
Mcp\McpInstallButtonServerModel.cs (2)
33
public required Dictionary<string,
McpJsonFileServerInstanceModel
> Servers { get; init; }
54
[JsonSerializable(typeof(
McpJsonFileServerInstanceModel
))]