MCPcopy
hub / github.com/upstash/context7 / EntraConfig

Interface EntraConfig

packages/mcp/src/lib/jwt.ts:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21interface EntraConfig {
22 teamspaceId: string;
23 tenantId: string;
24 requiredScope: string | null;
25}
26
27const CONFIG_TTL_MS = 5 * 60 * 1000;
28const configByAudience = new Map<string, { value: EntraConfig | null; expiresAt: number }>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected