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

Function inputSchema

src/tools/AskUserQuestionTool/AskUserQuestionTool.tsx:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 return ASK_USER_QUESTION_TOOL_PROMPT + PREVIEW_FEATURE_PROMPT[format];
125 },
126 get inputSchema(): InputSchema {
127 return inputSchema();
128 },
129 get outputSchema(): OutputSchema {
130 return outputSchema();
131 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected