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

Function prompt

src/tools/EnterWorktreeTool/EnterWorktreeTool.ts:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 return 'Creates an isolated worktree (via git or configured hooks) and switches the session into it'
58 },
59 async prompt() {
60 return getEnterWorktreeToolPrompt()
61 },
62 get inputSchema(): InputSchema {
63 return inputSchema()
64 },

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected