MCPcopy
hub / github.com/codeaashu/claude-code / isXaaEnabled

Function isXaaEnabled

src/services/mcp/xaaIdpLogin.ts:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30import { buildRedirectUri, findAvailablePort } from './oauthPort.js'
31
32export function isXaaEnabled(): boolean {
33 return isEnvTruthy(process.env.CLAUDE_CODE_ENABLE_XAA)
34}
35
36export type XaaIdpSettings = {
37 issuer: string

Callers 5

runFunction · 0.85
registerMcpAddCommandFunction · 0.85
performMCPOAuthFlowFunction · 0.85
tokensMethod · 0.85

Calls 1

isEnvTruthyFunction · 0.85

Tested by

no test coverage detected