MCPcopy Create free account
hub / github.com/garrytan/gstack / CdpAllowEntry

Interface CdpAllowEntry

browse/src/cdp-allowlist.ts:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20export type CdpOutput = 'trusted' | 'untrusted';
21
22export interface CdpAllowEntry {
23 domain: string;
24 method: string;
25 scope: CdpScope;
26 output: CdpOutput;
27 justification: string;
28}
29
30export const CDP_ALLOWLIST: ReadonlyArray<CdpAllowEntry> = Object.freeze([
31 // ─── Accessibility (read-only) ─────────────────────────────

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected