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

Function description

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

Source from the content-addressed store, hash-verified

13 name: NAME,
14 maxResultSizeChars: 100_000,
15 async description() {
16 return 'Test tool that always asks for permission';
17 },
18 async prompt() {
19 return 'Test tool that always asks for permission before executing. Used for end-to-end testing.';
20 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected