8 writes to Type
Aspire.Dashboard (3)
Components\Dialogs\McpServerDialog.razor.cs (1)
105
Type
= "promptString",
McpConfigFileModelContext.McpInputModel.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Dashboard.Mcp.McpInputModel(){ Id = (string)args[0],
Type
= (string)args[1], Description = (string)args[2], Password = (bool?)args[3] },
McpInstallButtonModelContext.McpInputModel.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Dashboard.Mcp.McpInputModel(){ Id = (string)args[0],
Type
= (string)args[1], Description = (string)args[2], Password = (bool?)args[3] },
Aspire.Dashboard.Tests (5)
Integration\McpConfigurationTests.cs (2)
22
Type
= "promptString",
89
Type
= "promptString",
Mcp\McpConfigModelTests.cs (3)
21
Type
= "promptString",
90
Type
= "promptString",
148
Type
= "promptString",
4 references to Type
Aspire.Dashboard (4)
McpConfigFileModelContext.McpInputModel.g.cs (2)
81
Getter = static obj => ((global::Aspire.Dashboard.Mcp.McpInputModel)obj).
Type
,
160
string __value_Type = ((global::Aspire.Dashboard.Mcp.McpInputModel)value).
Type
;
McpInstallButtonModelContext.McpInputModel.g.cs (2)
81
Getter = static obj => ((global::Aspire.Dashboard.Mcp.McpInputModel)obj).
Type
,
160
string __value_Type = ((global::Aspire.Dashboard.Mcp.McpInputModel)value).
Type
;