fix: restore provider and config compatibility checks

This commit is contained in:
Peter Steinberger
2026-04-05 03:47:57 +01:00
parent 22175faaec
commit fb580b551e
21 changed files with 330 additions and 153 deletions

View File

@@ -9,7 +9,7 @@ import {
import { isRecord } from "./shared.js";
const ACPX_PLUGIN_ID = "acpx";
const ACPX_ENABLED_BY_DEFAULT = true;
const ACPX_ENABLED_BY_DEFAULT = false;
/**
* Walk plugin config entries and collect SecretRef assignments for MCP server

View File

@@ -322,6 +322,7 @@ const CORE_SECRET_TARGET_REGISTRY: SecretTargetRegistryEntry[] = [
includeInPlan: true,
includeInConfigure: true,
includeInAudit: true,
providerIdPathSegmentIndex: 2,
},
{
id: "tools.web.search.apiKey",