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

Function toAutoClassifierInput

src/tools/TeamCreateTool/TeamCreateTool.ts:92–94  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

90 },
91
92 toAutoClassifierInput(input) {
93 return input.team_name
94 },
95
96 async validateInput(input, _context) {
97 if (!input.team_name || input.team_name.trim().length === 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected