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

Function parseScopes

src/services/oauth/client.ts:42–44  ·  view source on GitHub ↗
(scopeString?: string)

Source from the content-addressed store, hash-verified

40}
41
42export function parseScopes(scopeString?: string): string[] {
43 return scopeString?.split(' ').filter(Boolean) ?? []
44}
45
46export function buildAuthUrl({
47 codeChallenge,

Callers 1

refreshOAuthTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected