MCPcopy Create free account
hub / github.com/freecodexyz/free-code / toAutoClassifierInput

Function toAutoClassifierInput

src/tools/ConfigTool/ConfigTool.ts:93–97  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

91 return input.value === undefined
92 },
93 toAutoClassifierInput(input) {
94 return input.value === undefined
95 ? input.setting
96 : `${input.setting} = ${input.value}`
97 },
98 async checkPermissions(input: Input) {
99 // Auto-allow reading configs
100 if (input.value === undefined) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected