(scopeId: string, pattern: string, action: string)
| 939 | `secret_${stableMigrationHash(scopeId, secretId)}`; |
| 940 | |
| 941 | const fallbackPolicyId = (scopeId: string, pattern: string, action: string): string => |
| 942 | `policy_${stableMigrationHash(scopeId, pattern, action)}`; |
| 943 | |
| 944 | // --------------------------------------------------------------------------- |
| 945 | // mcp / graphql source config → v2 integration config. |
no test coverage detected