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

Function inputSchema

src/tools/testing/TestingPermissionTool.tsx:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 return 'Test tool that always asks for permission before executing. Used for end-to-end testing.';
20 },
21 get inputSchema(): InputSchema {
22 return inputSchema();
23 },
24 userFacingName() {
25 return 'TestingPermission';
26 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected