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

Function description

src/tools/ExitWorktreeTool/ExitWorktreeTool.ts:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 searchHint: 'exit a worktree session and return to the original directory',
151 maxResultSizeChars: 100_000,
152 async description() {
153 return 'Exits a worktree session created by EnterWorktree and restores the original working directory'
154 },
155 async prompt() {
156 return getExitWorktreeToolPrompt()
157 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected