MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / saveConfigValues

Method saveConfigValues

src/app/repo/skill_repo.ts:186–189  ·  view source on GitHub ↗
(name: string, values: Record<string, unknown>)

Source from the content-addressed store, hash-verified

184 }
185
186 async saveConfigValues(name: string, values: Record<string, unknown>): Promise<void> {
187 const skillDir = await this.getSkillDir(name);
188 await this.writeJsonFile(CONFIG_VALUES_FILE, values, skillDir);
189 }
190}

Callers 1

initMethod · 0.80

Calls 2

getSkillDirMethod · 0.95
writeJsonFileMethod · 0.80

Tested by

no test coverage detected