5 writes to Headers
Aspire.Dashboard (2)
Components\Dialogs\McpServerDialog.razor.cs (1)
121
Headers
= headers
McpInstallButtonModelContext.McpInstallButtonServerModel.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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],
Headers
= (global::System.Collections.Generic.Dictionary<string, string>)args[4] },
Aspire.Dashboard.Tests (3)
Integration\McpConfigurationTests.cs (1)
101
Headers
= new Dictionary<string, string>
Mcp\McpConfigModelTests.cs (2)
102
Headers
= new Dictionary<string, string>
131
Headers
= null
2 references to Headers
Aspire.Dashboard (2)
McpInstallButtonModelContext.McpInstallButtonServerModel.g.cs (2)
147
Getter = static obj => ((global::Aspire.Dashboard.Mcp.McpInstallButtonServerModel)obj).
Headers
,
196
global::System.Collections.Generic.Dictionary<string, string> __value_Headers = ((global::Aspire.Dashboard.Mcp.McpInstallButtonServerModel)value).
Headers
;