2 writes to Args
Aspire.Dashboard (2)
Components\Dialogs\McpServerDialog.razor.cs (1)
174Args = ["mcp", "start"]
McpInstallButtonModelContext.McpInstallButtonServerModel.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Dashboard.Mcp.McpInstallButtonServerModel(){ Name = (string)args[0], Inputs = (global::System.Collections.Generic.List<global::Aspire.Dashboard.Mcp.McpInputModel>)args[1], Type = (string)args[2], Url = (string)args[3], Command = (string)args[4], Args = (global::System.Collections.Generic.List<string>)args[5], Headers = (global::System.Collections.Generic.Dictionary<string, string>)args[6] },
2 references to Args
Aspire.Dashboard (2)
McpInstallButtonModelContext.McpInstallButtonServerModel.g.cs (2)
164Getter = static obj => ((global::Aspire.Dashboard.Mcp.McpInstallButtonServerModel)obj).Args, 238global::System.Collections.Generic.List<string> __value_Args = ((global::Aspire.Dashboard.Mcp.McpInstallButtonServerModel)value).Args;