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

Function getPath

src/tools/NotebookEditTool/NotebookEditTool.ts:122–124  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

120 return ''
121 },
122 getPath(input): string {
123 return input.notebook_path
124 },
125 async checkPermissions(input, context): Promise<PermissionDecision> {
126 const appState = context.getAppState()
127 return checkWritePermissionForTool(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected