MCPcopy Create free account
hub / github.com/codeaashu/claude-code / expandString

Function expandString

src/services/mcp/config.ts:562–566  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

560 const missingVars: string[] = []
561
562 function expandString(str: string): string {
563 const { expanded, missingVars: vars } = expandEnvVarsInString(str)
564 missingVars.push(...vars)
565 return expanded
566 }
567
568 let expanded: McpServerConfig
569

Callers 1

expandEnvVarsFunction · 0.85

Calls 2

expandEnvVarsInStringFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected