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