6 instantiations of McpInputModel
Aspire.Dashboard (1)
Components\Dialogs\McpServerDialog.razor.cs (1)
122
new
McpInputModel
Aspire.Dashboard.Tests (5)
Integration\McpConfigurationTests.cs (2)
19
new
McpInputModel
86
new
McpInputModel
Mcp\McpConfigModelTests.cs (3)
18
new
McpInputModel
87
new
McpInputModel
145
var input = new
McpInputModel
13 references to McpInputModel
Aspire.Dashboard (8)
Components\Dialogs\McpServerDialog.razor.cs (2)
107
List<
McpInputModel
>? inputs = null;
120
inputs = new List<
McpInputModel
>
Mcp\McpInstallButtonServerModel.cs (6)
21
public List<
McpInputModel
>? Inputs { get; init; }
32
public List<
McpInputModel
>? Inputs { get; init; }
47
[JsonSerializable(typeof(
McpInputModel
))]
48
[JsonSerializable(typeof(List<
McpInputModel
>))]
55
[JsonSerializable(typeof(
McpInputModel
))]
56
[JsonSerializable(typeof(List<
McpInputModel
>))]
Aspire.Dashboard.Tests (5)
Integration\McpConfigurationTests.cs (2)
17
var inputs = new List<
McpInputModel
>
84
var inputs = new List<
McpInputModel
>
Mcp\McpConfigModelTests.cs (3)
16
var inputs = new List<
McpInputModel
>
85
var inputs = new List<
McpInputModel
>
145
var
input = new McpInputModel