MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / isDevModeEnabled

Function isDevModeEnabled

server/src/middleware/auth.ts:538–540  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

536 * Check if dev mode is enabled
537 */
538export function isDevModeEnabled(): boolean {
539 return DEV_MODE_ENABLED;
540}
541
542/**
543 * Get all available dev users (for UI switcher)

Callers 5

getUserFromRequestFunction · 0.50
setupRoutesMethod · 0.50
setupAuthRoutesMethod · 0.50
startMethod · 0.50
getWebMemberContextFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected