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

Function prompt

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

Source from the content-addressed store, hash-verified

153 return 'Exits a worktree session created by EnterWorktree and restores the original working directory'
154 },
155 async prompt() {
156 return getExitWorktreeToolPrompt()
157 },
158 get inputSchema(): InputSchema {
159 return inputSchema()
160 },

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected