MCPcopy Create free account
hub / github.com/Noumena-Network/code / getClientSurface

Function getClientSurface

src/utils/commitAttribution.ts:170–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 * Get the current client surface from environment.
169 */
170export function getClientSurface(): string {
171 return process.env.CLAUDE_CODE_ENTRYPOINT ?? 'cli'
172}
173
174/**
175 * Build a surface key without exposing provider model names.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected