MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / expandHeaders

Method expandHeaders

src/mcp/client.ts:332–334  ·  view source on GitHub ↗
(headers: Record<string, string>)

Source from the content-addressed store, hash-verified

330 }
331
332 private expandHeaders(headers: Record<string, string>): Record<string, string> {
333 return this.expandEnv(headers);
334 }
335}

Callers 1

buildTransportMethod · 0.95

Calls 1

expandEnvMethod · 0.95

Tested by

no test coverage detected