MCPcopy
hub / github.com/APKLab/APKLab / Config

Interface Config

src/utils/updater.ts:51–53  ·  view source on GitHub ↗

* structure of update config data

Source from the content-addressed store, hash-verified

49 * structure of update config data
50 */
51interface Config {
52 tools: Tool[];
53}
54
55/**
56 * Check the tools in update config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected