6 writes to Type
Aspire.Dashboard (2)
Components\Dialogs\McpServerDialog.razor.cs (1)
133Type = "http",
McpConfigFileModelContext.McpJsonFileServerInstanceModel.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Dashboard.Mcp.McpJsonFileServerInstanceModel(){ Type = (string)args[0], Url = (string)args[1], Headers = (global::System.Collections.Generic.Dictionary<string, string>)args[2] },
Aspire.Dashboard.Tests (4)
Integration\McpConfigurationTests.cs (2)
35Type = "http", 147Type = "http",
Mcp\McpConfigModelTests.cs (2)
34Type = "http", 67Type = "http",
2 references to Type
Aspire.Dashboard (2)
McpConfigFileModelContext.McpJsonFileServerInstanceModel.g.cs (2)
58Getter = static obj => ((global::Aspire.Dashboard.Mcp.McpJsonFileServerInstanceModel)obj).Type, 132string __value_Type = ((global::Aspire.Dashboard.Mcp.McpJsonFileServerInstanceModel)value).Type;