McpConfigFileModelContext.McpInputModel.g.cs (5)
35ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Dashboard.Mcp.McpInputModel).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
66AttributeProviderFactory = static () => typeof(global::Aspire.Dashboard.Mcp.McpInputModel).GetProperty("Id", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
89AttributeProviderFactory = static () => typeof(global::Aspire.Dashboard.Mcp.McpInputModel).GetProperty("Type", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
112AttributeProviderFactory = static () => typeof(global::Aspire.Dashboard.Mcp.McpInputModel).GetProperty("Description", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
135AttributeProviderFactory = static () => typeof(global::Aspire.Dashboard.Mcp.McpInputModel).GetProperty("Password", InstanceMemberBindingFlags, null, typeof(bool?), global::System.Array.Empty<global::System.Type>(), null),
McpConfigFileModelContext.McpJsonFileServerInstanceModel.g.cs (4)
35ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Dashboard.Mcp.McpJsonFileServerInstanceModel).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
66AttributeProviderFactory = static () => typeof(global::Aspire.Dashboard.Mcp.McpJsonFileServerInstanceModel).GetProperty("Type", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
89AttributeProviderFactory = static () => typeof(global::Aspire.Dashboard.Mcp.McpJsonFileServerInstanceModel).GetProperty("Url", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
112AttributeProviderFactory = static () => typeof(global::Aspire.Dashboard.Mcp.McpJsonFileServerInstanceModel).GetProperty("Headers", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.Dictionary<string, string>), global::System.Array.Empty<global::System.Type>(), null),
McpConfigFileModelContext.McpJsonFileServerModel.g.cs (3)
35ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Dashboard.Mcp.McpJsonFileServerModel).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
66AttributeProviderFactory = static () => typeof(global::Aspire.Dashboard.Mcp.McpJsonFileServerModel).GetProperty("Inputs", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Aspire.Dashboard.Mcp.McpInputModel>), global::System.Array.Empty<global::System.Type>(), null),
86AttributeProviderFactory = static () => typeof(global::Aspire.Dashboard.Mcp.McpJsonFileServerModel).GetProperty("Servers", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.Dictionary<string, global::Aspire.Dashboard.Mcp.McpJsonFileServerInstanceModel>), global::System.Array.Empty<global::System.Type>(), null),