3 writes to Global
Aspire.Hosting.Foundry.Tests (3)
FoundryToolboxReconcilerTests.cs (1)
347Global = FoundryToolboxMcpGlobalApprovalMode.Always
ToolboxTests.cs (2)
516Global = FoundryToolboxMcpGlobalApprovalMode.Always 589Global = FoundryToolboxMcpGlobalApprovalMode.Always,
7 references to Global
Aspire.Hosting.Foundry (7)
Toolbox\FoundryToolboxToolDefinition.cs (7)
225if (policy.Global is not null && (always is not null || never is not null)) 232if (policy.Global is null && always is null && never is null) 239if (policy.Global is not null && 240policy.Global is not FoundryToolboxMcpGlobalApprovalMode.Never && 241policy.Global is not FoundryToolboxMcpGlobalApprovalMode.Always) 245policy.Global, 266return new(policy.Global, always, never);