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

Function writeSmokeGlobalConfig

tools/smoke/oauthHarness.mjs:48–52  ·  view source on GitHub ↗
(configDir, env, config)

Source from the content-addressed store, hash-verified

46}
47
48export async function writeSmokeGlobalConfig(configDir, env, config) {
49 const configPath = getSmokeGlobalConfigPath(configDir, env)
50 await writeFile(configPath, `${JSON.stringify(config, null, 2)}\n`, 'utf8')
51 return configPath
52}

Calls 1

getSmokeGlobalConfigPathFunction · 0.85

Tested by

no test coverage detected