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

Function inputSchema

src/tools/EnterPlanModeTool/EnterPlanModeTool.ts:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 return getEnterPlanModeToolPrompt()
45 },
46 get inputSchema(): InputSchema {
47 return inputSchema()
48 },
49 get outputSchema(): OutputSchema {
50 return outputSchema()
51 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected